Commit 4eb79e27 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Update linux versions

parent 309af037
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -123,16 +123,20 @@ config BR2_LINUX26_RC_MM_VERSION

choice
	prompt "Linux Kernel Version"
	default BR2_LINUX_2_6_22_10 if BR2_avr32
	default BR2_LINUX_2_6_22_1 if !BR2_avr32 && BR2_TARGET_ATMEL
	default BR2_LINUX_2_6_22 if !BR2_TARGET_ATMEL
	default BR2_LINUX_2_6_28
	help
	  Select the specific Linux version you want to use

config BR2_LINUX_2_6_STABLE
	bool "The latest stable Linux kernel (2.6.27.10)"
	bool "The latest stable Linux kernel (2.6.28)"
	help
	  Linux 2.26.27.10
	  Linux 2.26.28

config BR2_LINUX_2_6_28
	bool "Linux 2.6.28"
	select BR2_KERNEL_BASE
	help
	  Linux 2.6.28

config BR2_LINUX_2_6_27
	bool "Linux 2.6.27"
@@ -207,12 +211,6 @@ config BR2_LINUX_2_6_20
	help
	  Linux 2.6.20

config BR2_LINUX_2_6_28
	bool "Linux 2.6.28"
	select BR2_KERNEL_BASE
	help
	  Linux 2.6.28

config BR2_LINUX_2_6_29
	bool "Linux 2.6.29"
	select BR2_KERNEL_BASE
+27 −19
Original line number Diff line number Diff line
@@ -5,11 +5,13 @@

config LINUX26_LATEST_RC_VERSION
	string
	default "2.6.28-rc9" if BR2_KERNEL_ADD_LATEST_RC_PATCH
	default "2.6.29-rc1" if BR2_KERNEL_ADD_LATEST_RC_PATCH
	help
	  Not really available as of 20090103

config LINUX26_LATEST_GIT_VERSION
	string
	default "2.6.28-rc9-git1" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
	default "2.6.28-git5" if BR2_KERNEL_ADD_LATEST_SNAPSHOT

config LINUX26_LATEST_MM_VERSION
	string
@@ -17,7 +19,13 @@ config LINUX26_LATEST_MM_VERSION

config BR2_KERNEL_CURRENT_VERSION
	string
	default "2.6.27.10"
	default "2.6.28"

config BR2_KERNEL_LATEST_2_6_28
	string
	default "1"
	help
	  Not really available as of 20090103

config BR2_KERNEL_LATEST_2_6_27
	string