From 5e873d3c7e6e5e88015fba86d09c8247dff526da Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 26 Jun 2008 07:22:19 +0000 Subject: kernel headers: bump 2.6.25.x Based on patch by Fathi Boudra. --- toolchain/kernel-headers/Config.in | 2 +- .../linux-2.6.25.6-export-linux-aout.patch | 24 ---------------------- .../linux-2.6.25.9-export-linux-aout.patch | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 toolchain/kernel-headers/linux-2.6.25.6-export-linux-aout.patch create mode 100644 toolchain/kernel-headers/linux-2.6.25.9-export-linux-aout.patch (limited to 'toolchain/kernel-headers') diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 5b51b6e2c..b6c25b39d 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -137,6 +137,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "2.6.22.10" if BR2_KERNEL_HEADERS_2_6_22 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.6" if BR2_KERNEL_HEADERS_2_6_25 + default "2.6.25.9" if BR2_KERNEL_HEADERS_2_6_25 default "2.6" if BR2_KERNEL_HEADERS_SNAP diff --git a/toolchain/kernel-headers/linux-2.6.25.6-export-linux-aout.patch b/toolchain/kernel-headers/linux-2.6.25.6-export-linux-aout.patch deleted file mode 100644 index 972fa76b0..000000000 --- a/toolchain/kernel-headers/linux-2.6.25.6-export-linux-aout.patch +++ /dev/null @@ -1,24 +0,0 @@ -[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 ---- - 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 diff --git a/toolchain/kernel-headers/linux-2.6.25.9-export-linux-aout.patch b/toolchain/kernel-headers/linux-2.6.25.9-export-linux-aout.patch new file mode 100644 index 000000000..972fa76b0 --- /dev/null +++ b/toolchain/kernel-headers/linux-2.6.25.9-export-linux-aout.patch @@ -0,0 +1,24 @@ +[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 +--- + 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 -- cgit v1.2.3