From: mbm Date: Wed, 25 Apr 2007 22:33:38 +0000 (+0000) Subject: fix busybox rebuild when config changes X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=898721c9e0100e4144ac189b02ea90b2e3721c8b fix busybox rebuild when config changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7051 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch new file mode 100644 index 000000000..038d240c8 --- /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)