Add custom package

From Wiki for Dragino Project
Jump to: navigation, search

You can create your own package following the instruction in http://wiki.openwrt.org/doc/devel/packages.


Place the package in source/package directory. And run:

$OPENWRT_PATH/scripts/feeds update
$OPENWRT_PATH/scripts/feeds install -a -p dragino2

To install the package to your openwrt source, remember to use make menuconfig in build dir and select the package you have created.

Reference: http://wiki.openwrt.org/doc/devel/feeds