Difference between revisions of "Add custom package"

From Wiki for Dragino Project
Jump to: navigation, search
 
(No difference)

Latest revision as of 10:02, 23 August 2013

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