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
[...]
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
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
_
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
> "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
> "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