fix busybox rebuild when config changes
SVN-Revision: 7051
This commit is contained in:
parent
74cd5bc109
commit
1ab4177835
1 changed files with 12 additions and 0 deletions
12
package/busybox/patches/000-autoconf.patch
Normal file
12
package/busybox/patches/000-autoconf.patch
Normal file
|
@ -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)
|
Loading…
Reference in a new issue