瀏覽代碼

linux-advanced: bump 2.6.29.x kernel version

Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Svein-Erik Skjelbred 16 年之前
父節點
當前提交
4ee69b6b64
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      target/linux/Config.in.advanced
  2. 2 2
      target/linux/Config.in.versions

+ 1 - 1
target/linux/Config.in.advanced

@@ -128,7 +128,7 @@ choice
 	  Select the specific Linux version you want to use
 
 config BR2_LINUX_2_6_STABLE
-	bool "The latest stable Linux kernel (2.6.29.2)"
+	bool "The latest stable Linux kernel (2.6.29.4)"
 
 config BR2_LINUX_2_6_29
 	bool "Linux 2.6.29"

+ 2 - 2
target/linux/Config.in.versions

@@ -19,13 +19,13 @@ config LINUX26_LATEST_MM_VERSION
 
 config BR2_KERNEL_CURRENT_VERSION
 	string
-	default "2.6.29.2"
+	default "2.6.29.4"
 	help
 	  This is the latest stable kernel (including minor version)
 
 config BR2_KERNEL_LATEST_2_6_29
 	string
-	default "2"
+	default "4"
 
 config BR2_KERNEL_LATEST_2_6_28
 	string