summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-04-25 22:33:38 +0000
committerMike Baker <mbm@openwrt.org>2007-04-25 22:33:38 +0000
commit1ab4177835057953341e93309528b8ab4a30af81 (patch)
tree301586b9662e3ef2fb7509a8182607f32401cfc2 /package/busybox
parent74cd5bc109194579d7833dbacb53b07a3abd6c6c (diff)
downloadmaster-31e0f0ae-1ab4177835057953341e93309528b8ab4a30af81.tar.gz
master-31e0f0ae-1ab4177835057953341e93309528b8ab4a30af81.tar.bz2
master-31e0f0ae-1ab4177835057953341e93309528b8ab4a30af81.zip
fix busybox rebuild when config changes
SVN-Revision: 7051
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/patches/000-autoconf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch
new file mode 100644
index 0000000000..038d240c87
--- /dev/null
+++ b/package/busybox/patches/000-autoconf.patch
@@ -0,0 +1,12 @@
+diff -ur busybox.old/applets/Kbuild busybox.dev/applets/Kbuild
+--- busybox.old/applets/Kbuild 2007-04-25 15:25:30.000000000 -0700
++++ busybox.dev/applets/Kbuild 2007-04-25 15:25:11.000000000 -0700
+@@ -10,7 +10,7 @@
+
+ # Generated file needs additional love
+
+-applets/applets.o: include/usage_compressed.h
++applets/applets.o: include/usage_compressed.h include/autoconf.h
+
+ hostprogs-y += usage
+ always := $(hostprogs-y)