# https://wiki.openwrt.org/doc/howtobuild/single.package # https://wiki.openwrt.org/doc/howto/obtain.firmware.sdk # make package/example/download - download the soures of example # make package/example/prepare - extract the sources, apply patches and download if necessary # make package/example/compile - compile example, prepare and download if necessary # make package/example/clean - clean the sourcecode # make package/index - build a repository index to make the output directory usable as local opkg source
# install feeds(feeds.conf) ./scripts/feeds update -a ./scripts/feeds install coova-chilli
# make tools tools make tools/install make toolchain/install
make package/package/feeds/packages/coova-chilli/compile make package/package/feeds/packages/coova-chilli/install # bin/ramips/packages/packages/coova-chilli_1.3.0+20141128_ramips_24kec.ipk make package/index