summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-07 20:12:42 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-07 20:12:42 +0000
commit07790ddaf99fbccbf417ca931d74cee1241030ce (patch)
treef3bb01e36dbcb11001505997ffd59e9ce0a372f8 /package/busybox/patches
parent818503d2bd8b44bea3a986eff59628d10ba67a6f (diff)
fix busybox --help problems on rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7887 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/000-autoconf.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch
index a4ca20d2c..d19cf0ce5 100644
--- a/package/busybox/patches/000-autoconf.patch
+++ b/package/busybox/patches/000-autoconf.patch
@@ -2,12 +2,11 @@ Index: busybox-1.4.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,7 +10,7 @@
+@@ -10,6 +10,7 @@
# Generated file needs additional love
--applets/applets.o: include/usage_compressed.h
-+applets/applets.o: include/usage_compressed.h include/autoconf.h
++applets/usage: include/autoconf.h
+ applets/applets.o: include/usage_compressed.h
hostprogs-y += usage
- always := $(hostprogs-y)