From: Mike Baker Date: Wed, 25 Apr 2007 22:33:38 +0000 (+0000) Subject: fix busybox rebuild when config changes X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1ab4177835057953341e93309528b8ab4a30af81;p=openwrt%2Fstaging%2Fmkresin.git fix busybox rebuild when config changes SVN-Revision: 7051 --- 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)