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

Bastian Bittorf bittorf at bluebottle.com
Mon Mar 23 11:09:21 EDT 2015


* Arjen de Korte <arjen+openwrt at de-korte.org> [23.03.2015 16:06]:
> >So I need to activate compilation with:
> >echo  >>.config 'CONFIG_PACKAGE_luci=y'
> 
> No, you have to run 'make menuconfig' and select the luci package in
> there. In many cases, other packages are needed when you select a
> package. This is exactly what menuconfig automates (so making changes
> by hand in the generated .config file is usually a bad idea, just
> like the top lines of this file will tell you).

but it is possible and valid to do:

echo  >>.config 'CONFIG_PACKAGE_luci=y'
make defconfig	# (this solves the dependencies)
make

bye, bastian
_______________________________________________
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