diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 13:15:08 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 13:15:08 +0000 |
commit | c0d4367d6b581eb5989c02815880cf0fa2851ae8 (patch) | |
tree | 868c266e627e2d7f65ba5a4d5f98a1c421453181 /Config.in | |
parent | f6bad5ef766b0447158e3de2f55c35f1f6cecb58 (diff) | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.tar.gz busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.tar.bz2 busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.zip |
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Conflicts:
libbb/vfork_daemon_rexec.c
networking/wget.c
procps/ps.c
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -149,7 +149,6 @@ config FEATURE_INSTALLER | |||
149 | config INSTALL_NO_USR | 149 | config INSTALL_NO_USR |
150 | bool "Don't use /usr" | 150 | bool "Don't use /usr" |
151 | default n | 151 | default n |
152 | depends on FEATURE_INSTALLER | ||
153 | help | 152 | help |
154 | Disable use of /usr. busybox --install and "make install" | 153 | Disable use of /usr. busybox --install and "make install" |
155 | will install applets only to /bin and /sbin, | 154 | will install applets only to /bin and /sbin, |
@@ -490,7 +489,10 @@ config PIE | |||
490 | default n | 489 | default n |
491 | depends on !STATIC | 490 | depends on !STATIC |
492 | help | 491 | help |
493 | (TODO: what is it and why/when is it useful?) | 492 | Hardened code option. PIE binaries are loaded at a different |
493 | address at each invocation. This has some overhead, | ||
494 | particularly on x86-32 which is short on registers. | ||
495 | |||
494 | Most people will leave this set to 'N'. | 496 | Most people will leave this set to 'N'. |
495 | 497 | ||
496 | config NOMMU | 498 | config NOMMU |
@@ -724,7 +726,6 @@ config INSTALL_APPLET_SCRIPT_WRAPPERS | |||
724 | 726 | ||
725 | config INSTALL_APPLET_DONT | 727 | config INSTALL_APPLET_DONT |
726 | bool "not installed" | 728 | bool "not installed" |
727 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE || FEATURE_PREFER_APPLETS | ||
728 | help | 729 | help |
729 | Do not install applet links. Useful when you plan to use | 730 | Do not install applet links. Useful when you plan to use |
730 | busybox --install for installing links, or plan to use | 731 | busybox --install for installing links, or plan to use |