> 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?

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

Reply via email to