[OpenWrt-Devel] Rebuilding for specific hardware, example ar71xx/image for TP-Link TL-WR841ND

Yousong Zhou yszhou4tech at gmail.com
Mon Mar 23 09:21:03 EDT 2015


On 23 March 2015 at 21:07, Jean-Michel Pouré - GOOZE <jmpoure at gooze.eu> wrote:
>> but it works and you can tweak it individually via 'make menuconfig'.
>> what we do here, is e.g.:
>> echo  >.config 'CONFIG_TARGET_ar71xx_generic_TLWR1043=y'
>
> Thanks. Due to ignorance, I could not figure it out.
>
> So my script becomes:
> git clone git://git.openwrt.org/openwrt.git openwrt-ar71xx
> cd openwrt-ar71xx
> git pull
> rm -f .config
> echo  >.config 'CONFIG_TARGET_ar71xx_generic_TLWR841=y'
> make defconfig
> ./scripts/feeds update -a
> ./scripts/feeds install luci
> works great.
>
> Now reading the .config file, there are:
> cat .config | grep luci
> CONFIG_FEED_luci=y
> # CONFIG_PACKAGE_luci is not set
>
> What's the difference between installing luci from feeds and selecting
> in make menuconfig?

"./scripts/feeds install pkgname" will make those packages
visible/available/selectable in menuconfig (creating links in
package/feeds/feedsname/) as the prior update action only fetches them
down as is.

>
> Kind regards,
> Gnutella
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list