Is there any command in OpenWrt similar to apt-mark (to lock/unlock the install/update/remove of a package) in ubuntu?
Thank you
Zak
yes-prevent-upgrade> opkg flag hold wget
or create a wrapper script... 5 lines... easy
Thank you Wulfy23 for your feedback. Unfortunately "opkg flag hold package_name" will not prevent package removal.
I’m not at all clear as to your use case, but it suggests that you’re upgrading packages in bulk. Doing so is not recommend - as you note opkg is not apt - API/ABI issues can easily arise.