[OpenWrt Wiki] Opkg package manager
https://openwrt.org/docs/guide-user/additional-software/opkg03.10.2021 · update: Update list of available packages This simply retrieves a file like this one: example, for your installation and stores it on your RAM partition under /tmp/opkg-lists.As of LEDE 17.01, after the opkg upgrade, this folder occupies about 450 KiB of space. OPKG needs the content of this folder in order to install or upgrade packages or to print info about them.
opkg upgrade all packages – sandalov.org
sandalov.org › blog › 1777Aug 21, 2013 · OpenWrt does not have bash by default. The following commands are in pure busybox. Get installed packages by calling opkg list_installed Remove everything after ‘ – ‘ with sed Add opkg upgrade at the beginning of each line Finally we evaluate the sed output with eval Full command: 1