[Armadeus-commitlog] SF.net SVN: armadeus: [732] trunk/patches/039-buildroot-kernelconfig.diff
Brought to you by:
sszy
|
From: <jo...@us...> - 2007-12-15 16:43:56
|
Revision: 732
http://armadeus.svn.sourceforge.net/armadeus/?rev=732&view=rev
Author: jorasse
Date: 2007-12-15 08:43:35 -0800 (Sat, 15 Dec 2007)
Log Message:
-----------
[BUILDROOT] Hide original kernel menu. Armadeus defines its own kernel menu
Added Paths:
-----------
trunk/patches/039-buildroot-kernelconfig.diff
Added: trunk/patches/039-buildroot-kernelconfig.diff
===================================================================
--- trunk/patches/039-buildroot-kernelconfig.diff (rev 0)
+++ trunk/patches/039-buildroot-kernelconfig.diff 2007-12-15 16:43:35 UTC (rev 732)
@@ -0,0 +1,57 @@
+--- buildroot.ori/target/Config.in 2007-12-14 22:12:46.000000000 +0100
++++ buildroot/target/Config.in 2007-12-15 17:36:39.000000000 +0100
+@@ -20,19 +20,19 @@
+ source "target/powerpc/yaboot/Config.in"
+ endmenu
+
+-menu "Kernel"
+-choice
+- prompt "Kernel type"
+- default BR2_KERNEL_LINUX_ADVANCED if BR2_TARGET_ATMEL
+- default BR2_KERNEL_LINUX if !BR2_TARGET_ATMEL
++#menu "Kernel"
++#choice
++# prompt "Kernel type"
++# default BR2_KERNEL_LINUX_ADVANCED if BR2_TARGET_ATMEL
++# default BR2_KERNEL_LINUX if !BR2_TARGET_ATMEL
+
+ config BR2_KERNEL_none
+- bool "none"
++ bool
+ help
+ Do not build a kernel
+
+ config BR2_KERNEL_LINUX_ADVANCED
+- bool "linux (Advanced configuration)"
++ bool
+ select BR2_PACKAGE_LINUX
+ help
+ The Linux kernel - Advanced Configuration.
+@@ -43,7 +43,7 @@
+ kernels. This is a feature.
+
+ config BR2_KERNEL_LINUX
+- bool "linux (Same version as linux headers)"
++ bool
+ select BR2_PACKAGE_LINUX
+ help
+ The Linux kernel.
+@@ -54,10 +54,10 @@
+ kernels. This is a feature.
+
+ config BR2_KERNEL_HURD
+- bool "hurd"
++ bool
+ help
+ GNU/Hurd kernel
+-endchoice
++#endchoice
+
+ config BR2_PACKAGE_LINUX
+ bool
+@@ -72,4 +72,4 @@
+ if BR2_KERNEL_HURD
+ source "target/hurd/Config.in"
+ endif
+-endmenu
++#endmenu
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|