aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-04-06 10:26:27 +0100
committerRon Yorston <rmy@pobox.com>2016-04-06 10:50:19 +0100
commit98b290e9b8221b7d7ffbf47da1e8ecce62a75369 (patch)
treec27be593d3fd3525b515c7d7643ba0db59afe2bb /configs
parent57f63917f08a8f6b042f8e223c6a6746ea2b6d01 (diff)
downloadbusybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.tar.gz
busybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.tar.bz2
busybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.zip
mingw: enable busybox --install by default
Allow FEATURE_INSTALLER to be configured and enable it in the default configuration. The behaviour is slightly different from upstream BusyBox: symbolic links are not permitted; if no target directory is provided the directory containing the busybox binary is used as the target.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index c06369b2e..ae07ca620 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -25,7 +25,7 @@ CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
25CONFIG_SHOW_USAGE=y 25CONFIG_SHOW_USAGE=y
26CONFIG_FEATURE_VERBOSE_USAGE=y 26CONFIG_FEATURE_VERBOSE_USAGE=y
27CONFIG_FEATURE_COMPRESS_USAGE=y 27CONFIG_FEATURE_COMPRESS_USAGE=y
28# CONFIG_FEATURE_INSTALLER is not set 28CONFIG_FEATURE_INSTALLER=y
29# CONFIG_INSTALL_NO_USR is not set 29# CONFIG_INSTALL_NO_USR is not set
30# CONFIG_LOCALE_SUPPORT is not set 30# CONFIG_LOCALE_SUPPORT is not set
31# CONFIG_UNICODE_SUPPORT is not set 31# CONFIG_UNICODE_SUPPORT is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 04e6ac070..60788ab83 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -25,7 +25,7 @@ CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
25CONFIG_SHOW_USAGE=y 25CONFIG_SHOW_USAGE=y
26CONFIG_FEATURE_VERBOSE_USAGE=y 26CONFIG_FEATURE_VERBOSE_USAGE=y
27CONFIG_FEATURE_COMPRESS_USAGE=y 27CONFIG_FEATURE_COMPRESS_USAGE=y
28# CONFIG_FEATURE_INSTALLER is not set 28CONFIG_FEATURE_INSTALLER=y
29# CONFIG_INSTALL_NO_USR is not set 29# CONFIG_INSTALL_NO_USR is not set
30# CONFIG_LOCALE_SUPPORT is not set 30# CONFIG_LOCALE_SUPPORT is not set
31# CONFIG_UNICODE_SUPPORT is not set 31# CONFIG_UNICODE_SUPPORT is not set