- bump version to 2.6.20

This commit is contained in:
Bernhard Reutner-Fischer 2007-02-06 11:31:50 +00:00
parent 8ff8fa7677
commit bbd6fcad74
2 changed files with 6 additions and 6 deletions

View File

@ -38,9 +38,9 @@ choice
depends !BR2_nios2
bool "Linux 2.6.12 kernel headers"
config BR2_KERNEL_HEADERS_2_6_19_2
config BR2_KERNEL_HEADERS_2_6_20
depends !BR2_nios2
bool "Linux 2.6.19.2 kernel headers"
bool "Linux 2.6.20 kernel headers"
endchoice
@ -53,4 +53,4 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.9" if BR2_KERNEL_HEADERS_2_6_9
default "2.6.11" if BR2_KERNEL_HEADERS_2_6_11
default "2.6.12" if BR2_KERNEL_HEADERS_2_6_12
default "2.6.19.2" if BR2_KERNEL_HEADERS_2_6_19_2
default "2.6.20" if BR2_KERNEL_HEADERS_2_6_20

View File

@ -4,11 +4,11 @@
#
#############################################################
ifeq ("$(DEFAULT_KERNEL_HEADERS)","2.6.19.2")
ifeq ("$(DEFAULT_KERNEL_HEADERS)","2.6.20")
VERSION:=2
PATCHLEVEL:=6
SUBLEVEL:=19
EXTRAVERSION:=.2
SUBLEVEL:=20
EXTRAVERSION:=
LOCALVERSION:=
LINUX_HEADERS_VERSION:=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
LINUX_HEADERS_SITE:=http://www.kernel.org/pub/linux/kernel/v2.6/