X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b5cb1795de1f0959de1e228bd2e784d1cea921a7..71bfc1ff04297df7a486405ccef43d94134eafe0:/package/busybox/patches/000-autoconf.patch diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch index a4ca20d2c..d23745734 100644 --- a/package/busybox/patches/000-autoconf.patch +++ b/package/busybox/patches/000-autoconf.patch @@ -1,13 +1,11 @@ -Index: busybox-1.4.2/applets/Kbuild -=================================================================== ---- busybox-1.4.2.orig/applets/Kbuild 2007-06-04 13:21:32.429046704 +0200 -+++ busybox-1.4.2/applets/Kbuild 2007-06-04 13:21:32.495036672 +0200 -@@ -10,7 +10,7 @@ +--- a/applets/Kbuild.src ++++ b/applets/Kbuild.src +@@ -28,7 +28,7 @@ HOSTCFLAGS_usage_pod.o = -I$(srctree_sla + applets/applets.o: include/usage_compressed.h include/applet_tables.h - # Generated file needs additional love + applets/applet_tables: .config include/applets.h +-applets/usage: .config include/applets.h ++applets/usage: .config include/applets.h include/autoconf.h + applets/usage_pod: .config include/applet_tables.h include/applets.h --applets/applets.o: include/usage_compressed.h -+applets/applets.o: include/usage_compressed.h include/autoconf.h - - hostprogs-y += usage - always := $(hostprogs-y) + quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h