Re: [OpenWrt-Devel] brcm47xx 2.6 still does not compile

2008-05-19 Thread Steve Brown
Dirk Nehring wrote: > [...] > make[5]: Leaving directory > `/home/technik/dnehring/openwrt/build_dir/linux-brcm47xx/linux-2.6.25.1' > make[5]: Entering directory > `/home/technik/dnehring/openwrt/build_dir/linux-brcm47xx/linux-2.6.25.1' > CHK include/linux/version.h > CHK include/linu

[OpenWrt-Devel] brcm47xx 2.6 still does not compile

2008-05-19 Thread Dirk Nehring
[...] make[5]: Leaving directory `/home/technik/dnehring/openwrt/build_dir/linux-brcm47xx/linux-2.6.25.1' make[5]: Entering directory `/home/technik/dnehring/openwrt/build_dir/linux-brcm47xx/linux-2.6.25.1' CHK include/linux/version.h CHK include/linux/utsrelease.h CALLscripts/c

Re: [OpenWrt-Devel] [PATCH 5/7] atheros: console config override

2008-05-19 Thread Axel Gembe
Peter Korsgaard wrote: > Why add these ifdefs just to change them again in the next patch in > the series? > Those patches were meant to be squashed anyways. I just split them for ease of discussion. Also I didn't know if both changes were wanted. - Axel _

Re: [OpenWrt-Devel] [PATCH 6/7] atheros: use redboot cmdline

2008-05-19 Thread Axel Gembe
Peter Korsgaard wrote: > Why not in arch/mips/atheros/Kconfig? > No reason. I will post a corrected patch today. - Axel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 6/7] atheros: use redboot cmdline

2008-05-19 Thread Peter Korsgaard
> "Axel" == Axel Gembe <[EMAIL PROTECTED]> writes: Hi, Axel> This patch makes the kernel use the RedBoot kernel command line Axel> when the corresponding Kconfig option is set. The code appends Axel> the RedBoot command line to the default command line. ... Axel> +diff --git a/arch/mips

Re: [OpenWrt-Devel] [PATCH 5/7] atheros: console config override

2008-05-19 Thread Peter Korsgaard
> "Axel" == Axel Gembe <[EMAIL PROTECTED]> writes: Hi, Axel> This patch makes it possible to override the console kernel command line Axel> option by passing a command line to the kernel. It basically removes the Axel> console option from the default command line and adds it at runtime in