[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.
[OpenWrt Wiki] Opkg软件包管理器
https://openwrt.org/zh/docs/guide-user/additional-software/opkg15.03.2021 · A list of upgradeable packages can be obtained with the opkg list-upgradable command. ———— Since OpenWrt firmware stores the base system in a compressed read-only partition, any update to base system packages will be written in the read-write partition and therefore use more space than it would if it was just overwriting the older version in the …
[OpenWrt Wiki] Packages
https://openwrt.org/packages15.09.2021 · Packages The OpenWrt distributions provide several thousand packages to extend the functionality of your device. The browseable package lists in this wiki will always show packages available in the latest update of the stable release. Package database of 21.02
[OpenWrt Wiki] Creating packages
https://openwrt.org/docs/guide-developer/packages24.07.2009 · OpenWrt works under the assumption of one source per package Makefile, but you can split that source into as many packages as desired. Since you only need to compile the sources once, there's one global set of “Build” defines, but you can add as many “Package/” defines as you want by adding extra calls to BuildPackage – see the dropbear package for an …