diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-10 11:19:08 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-10 20:14:33 +0100 |
commit | 85a9a4d01ef26343c2266cefc2d8a635caff7362 (patch) | |
tree | afc4cd5aee67320be78fb7a94dbbb9aecad68c6e /package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch | |
parent | 835357388ff591e3d431cbcecf75842a428b4f4a (diff) |
busybox 1.18.3: add wget and build system patches
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch')
-rw-r--r-- | package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch b/package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch new file mode 100644 index 000000000..330b73fbb --- /dev/null +++ b/package/busybox/busybox-1.18.3/busybox-1.18.3-buildsys.patch @@ -0,0 +1,10 @@ +--- busybox-1.18.3/Config.in ++++ busybox-1.18.3-buildsys/Config.in +@@ -126,7 +126,6 @@ config FEATURE_INSTALLER + config INSTALL_NO_USR + bool "Don't use /usr" + default n +- depends on FEATURE_INSTALLER + help + Disable use of /usr. busybox --install and "make install" + will install applets only to /bin and /sbin, |