* [Buildroot] [PATCH] target: add linux 2.6.33
@ 2010-03-12 23:32 H Hartley Sweeten
2010-03-13 11:57 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2010-03-12 23:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced
index ca837d1..8cc5121 100644
--- a/target/linux/Config.in.advanced
+++ b/target/linux/Config.in.advanced
@@ -33,6 +33,7 @@ source "target/linux/Config.in.versions"
config BR2_KERNEL_PATCH_LEVEL
string
+ default $(BR2_KERNEL_LATEST_2_6_33) if BR2_LINUX_2_6_33 && BR2_KERNEL_ADD_LATEST_MINORPATCH
default $(BR2_KERNEL_LATEST_2_6_32) if BR2_LINUX_2_6_32 && BR2_KERNEL_ADD_LATEST_MINORPATCH
default $(BR2_KERNEL_LATEST_2_6_31) if BR2_LINUX_2_6_31 && BR2_KERNEL_ADD_LATEST_MINORPATCH
default $(BR2_KERNEL_LATEST_2_6_30) if BR2_LINUX_2_6_30 && BR2_KERNEL_ADD_LATEST_MINORPATCH
@@ -46,6 +47,7 @@ config BR2_KERNEL_PATCH_LEVEL
config BR2_KERNEL_NEXT_VERSION
string
+ default "2.6.34" if BR2_LINUX_2_6_33
default "2.6.33" if BR2_LINUX_2_6_32
default "2.6.32" if BR2_LINUX_2_6_31
default "2.6.31" if BR2_LINUX_2_6_30
@@ -58,6 +60,7 @@ config BR2_KERNEL_NEXT_VERSION
config BR2_KERNEL_THIS_VERSION
string
+ default "2.6.33" if BR2_LINUX_2_6_33
default "2.6.32" if BR2_LINUX_2_6_32
default "2.6.31" if BR2_LINUX_2_6_31
default "2.6.30" if BR2_LINUX_2_6_30
@@ -103,7 +106,11 @@ choice
Select the specific Linux version you want to use
config BR2_LINUX_2_6_STABLE
- bool "The latest stable Linux kernel (2.6.32.9)"
+ bool "The latest stable Linux kernel (2.6.33)"
+
+config BR2_LINUX_2_6_33
+ bool "Linux 2.6.33"
+ select BR2_KERNEL_BASE
config BR2_LINUX_2_6_32
bool "Linux 2.6.32"
diff --git a/target/linux/Config.in.versions b/target/linux/Config.in.versions
index c8bc09a..d6e0d0c 100644
--- a/target/linux/Config.in.versions
+++ b/target/linux/Config.in.versions
@@ -1,4 +1,4 @@
-# This file defines the latest version of
+# This file defines the latest version of
# You also have to edit BR2_LINUX_2_6_STABLE
# in target/linux/Config.in.advanced
# which is approximately at line 136
@@ -15,10 +15,16 @@ config LINUX26_LATEST_GIT_VERSION
config BR2_KERNEL_CURRENT_VERSION
string
- default "2.6.32.9"
+ default "2.6.33"
help
This is the latest stable kernel (including minor version).
+config BR2_KERNEL_LATEST_2_6_33
+ string
+ default ""
+ help
+ Released 2010-Feb-24.
+
config BR2_KERNEL_LATEST_2_6_32
string
default "9"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-13 11:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 23:32 [Buildroot] [PATCH] target: add linux 2.6.33 H Hartley Sweeten
2010-03-13 11:57 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox