On 23 March 2015 at 21:07, Jean-Michel Pouré - GOOZE <[email protected]> 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 > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
