diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:56:15 +0700 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:56:15 +0700 |
commit | 5f6f2162512106adf120d4b528bb125e93e34429 (patch) | |
tree | 7d7449f755633c263be7125ad58d21cc3ca5b8a7 /Config.in | |
parent | 9db69882bee2d528d706d61d34ef7741122330be (diff) | |
parent | a116552869db5e7793ae10968eb3c962c69b3d8c (diff) | |
download | busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.gz busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.bz2 busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -151,8 +151,9 @@ config INSTALL_NO_USR | |||
151 | default n | 151 | default n |
152 | depends on FEATURE_INSTALLER | 152 | depends on FEATURE_INSTALLER |
153 | help | 153 | help |
154 | Disable use of /usr. busybox --install will install applets | 154 | Disable use of /usr. busybox --install and "make install" |
155 | only to /bin and /sbin, never to /usr/bin or /usr/sbin. | 155 | will install applets only to /bin and /sbin, |
156 | never to /usr/bin or /usr/sbin. | ||
156 | 157 | ||
157 | config LOCALE_SUPPORT | 158 | config LOCALE_SUPPORT |
158 | bool "Enable locale support (system needs locale for this to work)" | 159 | bool "Enable locale support (system needs locale for this to work)" |