> I read buildroot WIKI page: > http://wiki.openwrt.org/doc/howto/build
I am getting confused about the build system. I am comparing .config generated by buildroot (today's GIT) with https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config and this is not the same file. Obviously, I need a default .config file before using buildroot. Where is it stored and published? What is the recommended way to rebuild a custom image. I used the following script: git clone git://git.openwrt.org/openwrt.git openwrt-ar71xx cd openwrt-ar71xx git pull ./scripts/feeds update -a ./scripts/feeds install lucie #wget https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config -O .config make menuconfig Shall I fetch .config file with wget? Kind regards, Gnutella _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel