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

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

2008-05-07 Thread Axel Gembe
This patch makes the kernel use the RedBoot kernel command line when the corresponding Kconfig option is set. The code appends the RedBoot command line to the default command line. Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- target/linux/atheros/config-2.6.23 |1 + targe