[OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
Hi, I was planning to try and build openwrt on my box. Is there an official .config file that's used when building the snapshots? I'm looking for .config for Netgear WNDR3800. Best regards, Maciej ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Jonathan Bennett
Instead of using a premade .config, you'll want to use make menuconfig. Under Target profile, you'll find the netgear WNDR3800. Also, you will probably want to first run ./scripts/feeds update and ./scripts/feeds install -a in order to get the extra packages and luci. Then if you want luci in

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Lars
hey, this is the dotconfig used for the snapshots: https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config you only have to select the target, otherwise it'll build images for all ar71xx targets. lars On 01.07.2015 17:50, Maciej Soltysiak wrote: Hi, I was planning to try and

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
On Wed, Jul 1, 2015 at 5:57 PM, Jonathan Bennett jbscienc...@gmail.com wrote: Instead of using a premade .config, you'll want to use make menuconfig. Under Target profile, you'll find the netgear WNDR3800. Right, I just wanted to start off with the same set of packages built in as the trunk

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
On Wed, Jul 1, 2015 at 5:56 PM, Lars la...@systemli.org wrote: hey, this is the dotconfig used for the snapshots: https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config you only have to select the target, otherwise it'll build images for all ar71xx targets. Why didn't I see