* Jean-Michel Pouré - GOOZE <jmpo...@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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to