Commit 6fac6830 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/kernel: remove ancient versions

parent 223750fb
Loading
Loading
Loading
Loading
+1 −16
Original line number Diff line number Diff line
@@ -16,18 +16,6 @@ choice
	  For the snapshot, you have to provide the
	  linux-2.6.tar.bz2 tarball in your download dir.

	config BR2_KERNEL_HEADERS_2_6_23
		depends on BR2_DEPRECATED
		bool "Linux 2.6.23.x kernel headers"

	config BR2_KERNEL_HEADERS_2_6_24
		depends on BR2_DEPRECATED
		bool "Linux 2.6.24.x kernel headers"

	config BR2_KERNEL_HEADERS_2_6_25
		depends on BR2_DEPRECATED
		bool "Linux 2.6.25.x kernel headers"

	config BR2_KERNEL_HEADERS_2_6_26
		depends on BR2_DEPRECATED
		bool "Linux 2.6.26.x kernel headers"
@@ -54,15 +42,12 @@ endchoice

config BR2_KERNEL_HEADERS_RT
	bool "use realtime (-rt) kernel patches"
	depends on BR2_KERNEL_HEADERS_2_6_24 || BR2_KERNEL_HEADERS_2_6_26
	depends on BR2_KERNEL_HEADERS_2_6_26
	help
	  Apply Ingo's realtime extensions to linux

config BR2_DEFAULT_KERNEL_HEADERS
	string
	default "2.6.23"	if BR2_KERNEL_HEADERS_2_6_23
	default "2.6.24.7"	if BR2_KERNEL_HEADERS_2_6_24
	default "2.6.25.19"	if BR2_KERNEL_HEADERS_2_6_25
	default "2.6.26.8"	if BR2_KERNEL_HEADERS_2_6_26
	default "2.6.27.24"	if BR2_KERNEL_HEADERS_2_6_27
	default "2.6.28.10"	if BR2_KERNEL_HEADERS_2_6_28
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ LINUX_HEADERS_CAT:=$(BZCAT)
LINUX_HEADERS_UNPACK_DIR:=$(TOOL_BUILD_DIR)/linux-$(LINUX_HEADERS_VERSION)
LINUX_HEADERS_DIR:=$(TOOL_BUILD_DIR)/linux

ifeq ("$(DEFAULT_KERNEL_HEADERS)","2.6.24.7")
LINUX_RT_VERSION:=rt27
endif

ifeq ("$(DEFAULT_KERNEL_HEADERS)","2.6.26.8")
LINUX_RT_VERSION:=rt16
endif
+0 −26567

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −24
Original line number Diff line number Diff line
[PATCH] export linux/a.out.h

Export linux/a.out.h like we do for asm/a.out.h. One minor complication is
that the interesting stuff is protected by an CONFIG_ARCH_SUPPORTS_AOUT ifdef,
so make sure this gets defined for unifdef.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 include/linux/Kbuild |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-2.6.25.6/include/linux/Kbuild
===================================================================
--- linux-2.6.25.6.orig/include/linux/Kbuild
+++ linux-2.6.25.6/include/linux/Kbuild
@@ -159,6 +159,8 @@
 header-y += videotext.h
 header-y += x25.h
 
+UNIFDEF += -DCONFIG_ARCH_SUPPORTS_AOUT
+unifdef-y += a.out.h
 unifdef-y += acct.h
 unifdef-y += adb.h
 unifdef-y += adfs_fs.h