diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-23 13:12:51 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-23 13:12:51 +0000 |
commit | 76c5b603c8330fd2ed23f3baab5361e8bc4bbd4a (patch) | |
tree | 7c7912638bd7e959c6585b9db57574627574006a /toolchain/kernel-headers/linux-2.6.25.15-export-linux-aout.patch | |
parent | bf8203de71dfaf228cfbe5fa8db5157d7a269285 (diff) | |
download | buildroot-novena-76c5b603c8330fd2ed23f3baab5361e8bc4bbd4a.tar.gz buildroot-novena-76c5b603c8330fd2ed23f3baab5361e8bc4bbd4a.zip |
kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versions
Otherwise they won't get applied.
Diffstat (limited to 'toolchain/kernel-headers/linux-2.6.25.15-export-linux-aout.patch')
-rw-r--r-- | toolchain/kernel-headers/linux-2.6.25.15-export-linux-aout.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain/kernel-headers/linux-2.6.25.15-export-linux-aout.patch b/toolchain/kernel-headers/linux-2.6.25.15-export-linux-aout.patch deleted file mode 100644 index 972fa76b0..000000000 --- a/toolchain/kernel-headers/linux-2.6.25.15-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 <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 |