]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update Linux Advanced to 2.6.29.2
authorThiago A. Correa <thiago.correa@gmail.com>
Fri, 8 May 2009 10:04:28 +0000 (07:04 -0300)
committerThiago A. Correa <thiago.correa@gmail.com>
Fri, 8 May 2009 10:04:28 +0000 (07:04 -0300)
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
target/linux/Config.in.advanced
target/linux/Config.in.versions

index c4118c05dd8d9c627d1c0ee398bfede2ea03cbdc..de54d03928686926fffe9be583e4f1901c719bf8 100644 (file)
@@ -33,6 +33,7 @@ source "target/linux/Config.in.versions"
 
 config BR2_KERNEL_PATCH_LEVEL
        string
+       default $(BR2_KERNEL_LATEST_2_6_29) if BR2_LINUX_2_6_29 && BR2_KERNEL_ADD_LATEST_MINORPATCH
        default $(BR2_KERNEL_LATEST_2_6_28) if BR2_LINUX_2_6_28 && BR2_KERNEL_ADD_LATEST_MINORPATCH
        default $(BR2_KERNEL_LATEST_2_6_27) if BR2_LINUX_2_6_27 && BR2_KERNEL_ADD_LATEST_MINORPATCH
        default $(BR2_KERNEL_LATEST_2_6_26) if BR2_LINUX_2_6_26 && BR2_KERNEL_ADD_LATEST_MINORPATCH
@@ -127,8 +128,12 @@ choice
          Select the specific Linux version you want to use
 
 config BR2_LINUX_2_6_STABLE
-       bool "The latest stable Linux kernel (2.6.28.2)"
+       bool "The latest stable Linux kernel (2.6.29.2)"
 
+config BR2_LINUX_2_6_29
+       bool "Linux 2.6.29"
+       select BR2_KERNEL_BASE
+       
 config BR2_LINUX_2_6_28
        bool "Linux 2.6.28"
        select BR2_KERNEL_BASE
@@ -165,10 +170,6 @@ config BR2_LINUX_2_6_20
        bool "Linux 2.6.20"
        select BR2_KERNEL_BASE
 
-config BR2_LINUX_2_6_29
-       bool "Linux 2.6.29"
-       select BR2_KERNEL_BASE
-
 config BR2_LINUX26_CUSTOM
        bool "Linux <custom> version"
 
@@ -177,19 +178,19 @@ endchoice
 if BR2_LINUX26_CUSTOM
 config BR2_CUSTOM_DOWNLOAD_LINUX26_VERSION
        string "Linux Tarball version"
-       default "2.6.28"
+       default "2.6.30"
        help
          Specify any .tar.bz2 file
 
 config BR2_CUSTOM_LINUX26_VERSION
        string "Linux Version"
-       default "2.6.29-rc2"
+       default "2.6.30"
        help
          Specify what the linux version will be called
 
 config BR2_CUSTOM_LINUX26_PATCH
        string "patch name"
-       default "patch-2.6.29-rc2.bz2"
+       default "patch-2.6.30-rc4.bz2"
        help
          Specify a patch to be downloaded
 
index caacfae3862abbac8ef06cc01cd9479bc659877e..467f73cdf733d1e84b431164e42c1d2fc29727a7 100644 (file)
@@ -5,13 +5,13 @@
 
 config LINUX26_LATEST_RC_VERSION
        string
-       default "2.6.29-rc2" if BR2_KERNEL_ADD_LATEST_RC_PATCH
+       default "2.6.30-rc4" if BR2_KERNEL_ADD_LATEST_RC_PATCH
        help
          Not really available as of 20090103
 
 config LINUX26_LATEST_GIT_VERSION
        string
-       default "2.6.29-rc2-git1" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
+       default "2.6.30-rc4-git4" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
 
 config LINUX26_LATEST_MM_VERSION
        string
@@ -19,10 +19,14 @@ config LINUX26_LATEST_MM_VERSION
 
 config BR2_KERNEL_CURRENT_VERSION
        string
-       default "2.6.28.7"
+       default "2.6.29.2"
        help
          This is the latest stable kernel (including minor version)
 
+config BR2_KERNEL_LATEST_2_6_29
+       string
+       default "2"
+
 config BR2_KERNEL_LATEST_2_6_28
        string
        default "7"