- bump version to 2.6.19.2

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-15 15:55:43 +00:00
parent c199529575
commit b56ca866d9
2 changed files with 5 additions and 5 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_1
config BR2_KERNEL_HEADERS_2_6_19_2
depends !BR2_nios2
bool "Linux 2.6.19.1 kernel headers"
bool "Linux 2.6.19.2 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.1" if BR2_KERNEL_HEADERS_2_6_19_1
default "2.6.19.2" if BR2_KERNEL_HEADERS_2_6_19_2

View File

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