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

Bastian Bittorf bittorf at bluebottle.com
Mon Mar 23 08:39:36 EDT 2015


* Jean-Michel Pouré - GOOZE <jmpoure at gooze.eu> [23.03.2015 13:30]:
> Obviously, I need a default .config file before using buildroot. 
> Where is it stored and published?

just type 'make defconfig'.
this is maybe not the config you have found somewhere,
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'
echo >>.config 'some more symbols...'
make defconfig
make
(this build a custom-image for TP-LINK TL-WR1043ND)

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