diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-19 12:55:13 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-01-19 12:55:13 +0000 |
commit | 5256873ded94238ba49b7caf0c5270fc6db673ee (patch) | |
tree | e1e28cf3b1f585a6d0d858885fc3e548bb67236c /sysdeps/linux/Config.in | |
parent | dfe6576b5cc4d1a4c0c0d86d2099012f6bec039f (diff) | |
download | busybox-w32-5256873ded94238ba49b7caf0c5270fc6db673ee.tar.gz busybox-w32-5256873ded94238ba49b7caf0c5270fc6db673ee.tar.bz2 busybox-w32-5256873ded94238ba49b7caf0c5270fc6db673ee.zip |
Compile option to avoid using /usr directory, patch by Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6383 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | sysdeps/linux/Config.in | 11 |
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 | |||
157 | 157 | ||
158 | endmenu | 158 | endmenu |
159 | 159 | ||
160 | menu 'Installation Options' | ||
161 | |||
162 | config CONFIG_INSTALL_NO_USR | ||
163 | bool "Don't use /usr" | ||
164 | default n | ||
165 | help | ||
166 | Disable use of /usr. Don't activate this option if you don't know, | ||
167 | that you really want this behaviour. | ||
168 | |||
169 | endmenu | ||
170 | |||
160 | source archival/Config.in | 171 | source archival/Config.in |
161 | source console-tools/Config.in | 172 | source console-tools/Config.in |
162 | source debianutils/Config.in | 173 | source debianutils/Config.in |