diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-09 08:50:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-09 08:50:15 +0000 |
commit | 629c878a300d47215efcc6bdbb16e484c6b0a340 (patch) | |
tree | 38a9cba411cc410bf073bc431e56e5669b0dc853 /package/busybox/busybox-1.11.1-modutils.patch | |
parent | fc333e7d083d144e0f8d1c4bac061b8de2ee7510 (diff) | |
download | buildroot-novena-629c878a300d47215efcc6bdbb16e484c6b0a340.tar.gz buildroot-novena-629c878a300d47215efcc6bdbb16e484c6b0a340.zip |
busybox: remove stale busybox 1.11.1 patches
Hamish, don't forget to remove those when you bump the version
Diffstat (limited to 'package/busybox/busybox-1.11.1-modutils.patch')
-rw-r--r-- | package/busybox/busybox-1.11.1-modutils.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.11.1-modutils.patch b/package/busybox/busybox-1.11.1-modutils.patch deleted file mode 100644 index f1697667a..000000000 --- a/package/busybox/busybox-1.11.1-modutils.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- busybox-1.11.1/modutils/insmod.c Wed Jun 25 14:51:18 2008 -+++ busybox-1.11.1-modutils/modutils/insmod.c Wed Jul 23 00:46:08 2008 -@@ -840,7 +840,8 @@ - ElfW(RelM) *rel, ElfW(Addr) v) - { - #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ -- || defined(__sh__) || defined(__s390__) || defined(__x86_64__) -+ || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \ -+ || defined(__powerpc__) || defined(__mips__) - struct arch_file *ifile = (struct arch_file *) f; - #endif - enum obj_reloc ret = obj_reloc_ok; |