[OpenWrt Wiki] Building a single package
openwrt.org › docs › guide-developerOct 15, 2021 · Building a single package Useful if you want to upgrade a package without reflashing the router. Follow the Build system usage up to the point when you make menuconfig. In here, select the target platform, then tick the package you want to build, and also its dependencies. If the package isn't ticked, the below commands will succeed without actually building the package. If you don't know the ...
[OpenWrt Wiki] Opkg package manager
openwrt.org › docs › guide-userDec 29, 2021 · Use <conf_file> as the opkg configuration file. Default is /etc/opkg.conf--cache <directory> Use a package cache -d <dest_name>--dest <dest_name> Use <dest_name> as the the root directory for package installation, removal, upgrading. <dest_name> should be a defined dest name from the configuration file, (but can also be a directory name in a pinch).
[OpenWrt Wiki] Creating packages
https://openwrt.org/docs/guide-developer/packagesCreating packages See also -> Package Policy Guide, which contains a wealth of extra technical information not covered here. One of the things that we've attempted to do with OpenWrt's template system is make it incredibly easy to port software to OpenWrt. If you look at a typical package directory in OpenWrt you'll find three things: