This page is about how to build a package for an existing OpenWRT distribution without rebuilding the whole world or using the SDK (because it doesn't work on your host system). The instructions come from the forum topic https://forum.openwrt.org/viewtopic.php?id=29313
svn checkout svn://svn.openwrt.org/openwrt/trunk backfire ./scripts/feeds update make defconfig make package/symlinksThen copy the config.x86_generic, or whichever you need, from the SDK into .config
make menuconfig make menuconfig -> check nano and libncurses make tools/install make toolchain/install make target/compile ./script/feeds install owhttpd make package/owhttpd/prepare make package/owhttpd/compile make package/owhttpd/install make package/index
doc/howto/build.a.package.txt · Last modified: 2013/01/13 06:11 by tve
