summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/000-autoconf.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-05 00:27:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-05 00:27:49 +0000
commitfe313941ac5ef2a4e80d22be43a9d5dc667276b7 (patch)
treed27f5408929c0080b09f7e472e41abc2370c8e24 /package/busybox/patches/000-autoconf.patch
parent9e8f2ca1f0d1fe2ea5688c466f2f8b40a5e870c2 (diff)
downloadmaster-31e0f0ae-fe313941ac5ef2a4e80d22be43a9d5dc667276b7.tar.gz
master-31e0f0ae-fe313941ac5ef2a4e80d22be43a9d5dc667276b7.tar.bz2
master-31e0f0ae-fe313941ac5ef2a4e80d22be43a9d5dc667276b7.zip
Upgrade busybox to 1.7.2 - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches
SVN-Revision: 9130
Diffstat (limited to 'package/busybox/patches/000-autoconf.patch')
-rw-r--r--package/busybox/patches/000-autoconf.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch
index d19cf0ce53..52fd92a631 100644
--- a/package/busybox/patches/000-autoconf.patch
+++ b/package/busybox/patches/000-autoconf.patch
@@ -1,12 +1,13 @@
-Index: busybox-1.4.2/applets/Kbuild
+Index: busybox-1.7.2/applets/Kbuild
===================================================================
---- busybox-1.4.2.orig/applets/Kbuild 2007-06-04 13:21:32.429046704 +0200
-+++ busybox-1.4.2/applets/Kbuild 2007-06-04 13:21:32.495036672 +0200
-@@ -10,6 +10,7 @@
+--- busybox-1.7.2.orig/applets/Kbuild 2007-10-04 14:30:23.484330073 +0200
++++ busybox-1.7.2/applets/Kbuild 2007-10-04 14:33:47.751970627 +0200
+@@ -20,6 +20,6 @@
+ HOSTCFLAGS_usage.o = -I$(srctree)/include
- # Generated file needs additional love
-
-+applets/usage: include/autoconf.h
- applets/applets.o: include/usage_compressed.h
-
- hostprogs-y += usage
+ applets/applets.o: include/usage_compressed.h
+-applets/usage: .config $(srctree)/applets/usage_compressed
+-include/usage_compressed.h: applets/usage $(srctree)/applets/usage_compressed
++applets/usage: .config $(srctree)/applets/usage_compressed include/autoconf.h
++include/usage_compressed.h: applets/usage $(srctree)/applets/usage_compressed include/autoconf.h
+ $(call cmd,gen_usage_compressed)