Commit ebb8e0a5 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Peter Korsgaard
Browse files

target: add linux 2.6.33

parent 0a66aa16
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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"
+8 −2
Original line number Diff line number Diff line
@@ -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"