aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-19 12:55:13 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-19 12:55:13 +0000
commitf2ba45e339a8adc589704217409684f7f6d1d214 (patch)
treee1e28cf3b1f585a6d0d858885fc3e548bb67236c /sysdeps
parent77c60e5c667e1293f92b65056f107c92edcc3965 (diff)
downloadbusybox-f2ba45e339a8adc589704217409684f7f6d1d214.tar.gz
Compile option to avoid using /usr directory, patch by Bastian Blank
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index 8648e1489..1e1142e06 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -157,6 +157,17 @@ config EXTRA_CFLAGS_OPTIONS
endmenu
+menu 'Installation Options'
+
+config CONFIG_INSTALL_NO_USR
+ bool "Don't use /usr"
+ default n
+ help
+ Disable use of /usr. Don't activate this option if you don't know,
+ that you really want this behaviour.
+
+endmenu
+
source archival/Config.in
source console-tools/Config.in
source debianutils/Config.in