Difference between revisions of "Add custom package"
From Wiki for Dragino Project
(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...") |
m (moved Add default package to Add custom package) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
$OPENWRT_PATH/scripts/feeds install -a -p dragino2 | $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. | + | 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 | Reference: http://wiki.openwrt.org/doc/devel/feeds |
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