If the old version is still available on the package feeds (it's usually not, as OpenWrt feeds are overwritten and not archived), then it's as simple as apk add curl==<old-version>
. Otherwise, you need to rebuild the package by reverting its make file and build it from scratch.
1 Like