Commit 19958ff9 authored by Eric Andersen's avatar Eric Andersen
Browse files

Update to the latest linux-libc-headers

parent e4d80d26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
	string
	default "2.4.27"    if BR2_KERNEL_HEADERS_2_4
	default "2.6.8"	    if BR2_KERNEL_HEADERS_2_6
	default "2.6.9"	    if BR2_KERNEL_HEADERS_2_6
+11 −2
Original line number Diff line number Diff line
@@ -44,8 +44,17 @@ VERSION:=2
PATCHLEVEL:=6
SUBLEVEL:=8
LINUX_HEADERS_SITE:=http://ep09.pld-linux.org/~mmazur/linux-libc-headers/
LINUX_HEADERS_SOURCE:=linux-libc-headers-2.6.8.0.tar.bz2
LINUX_HEADERS_UNPACK_DIR:=$(TOOL_BUILD_DIR)/linux-libc-headers-2.6.8.0
LINUX_HEADERS_SOURCE:=linux-libc-headers-2.6.8.1.tar.bz2
LINUX_HEADERS_UNPACK_DIR:=$(TOOL_BUILD_DIR)/linux-libc-headers-2.6.8.1
endif

ifeq ("$(strip $(DEFAULT_KERNEL_HEADERS))","2.6.9")
VERSION:=2
PATCHLEVEL:=6
SUBLEVEL:=8
LINUX_HEADERS_SITE:=http://ep09.pld-linux.org/~mmazur/linux-libc-headers/
LINUX_HEADERS_SOURCE:=linux-libc-headers-2.6.9.1.tar.bz2
LINUX_HEADERS_UNPACK_DIR:=$(TOOL_BUILD_DIR)/linux-libc-headers-2.6.9.1
endif

LINUX_VERSION:=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)