Add custom package
From Wiki for Dragino Project
Revision as of 10:00, 23 August 2013 by Edwin1123 (Talk | contribs) (Created page with "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...")
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