summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/000-autoconf.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-08-20 14:00:34 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-08-20 14:00:34 +0000
commit1e82faaa5e835b00676421b1c63bef541f8ca0d3 (patch)
treeabda8ea9d70f7d10c897cf214028b9037b17f784 /package/busybox/patches/000-autoconf.patch
parente3d9bc5779a012df82e2c48af3bef81bb011257a (diff)
downloadmaster-31e0f0ae-1e82faaa5e835b00676421b1c63bef541f8ca0d3.tar.gz
master-31e0f0ae-1e82faaa5e835b00676421b1c63bef541f8ca0d3.tar.bz2
master-31e0f0ae-1e82faaa5e835b00676421b1c63bef541f8ca0d3.zip
upgrade busybox to v1.11.1 and add current upstream fixes
SVN-Revision: 12348
Diffstat (limited to 'package/busybox/patches/000-autoconf.patch')
-rw-r--r--package/busybox/patches/000-autoconf.patch25
1 files changed, 15 insertions, 10 deletions
diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch
index e798b82e82..14f0b40431 100644
--- a/package/busybox/patches/000-autoconf.patch
+++ b/package/busybox/patches/000-autoconf.patch
@@ -1,13 +1,18 @@
-Index: busybox-1.7.2/applets/Kbuild
-===================================================================
---- busybox-1.7.2.orig/applets/Kbuild 2007-10-30 15:35:00.000000000 -0500
-+++ busybox-1.7.2/applets/Kbuild 2007-10-30 15:35:00.000000000 -0500
-@@ -20,6 +20,6 @@
- HOSTCFLAGS_usage.o = -I$(srctree)/include
-
- applets/applets.o: include/usage_compressed.h
--applets/usage: .config $(srctree)/applets/usage_compressed
+--- a/applets/Kbuild
++++ b/applets/Kbuild
+@@ -18,13 +18,13 @@
+
+ applets/applets.o: include/usage_compressed.h include/applet_tables.h
+
+-applets/usage: .config $(srctree)/applets/usage_compressed
++applets/usage: .config $(srctree)/applets/usage_compressed include/autoconf.h
+ applets/applet_tables: .config
+
+ quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h
+ cmd_gen_usage_compressed = $(srctree)/applets/usage_compressed include/usage_compressed.h applets
+
-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)
+
+ quiet_cmd_gen_applet_tables = GEN include/applet_tables.h