diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 22:53:28 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 22:53:28 +0000 |
commit | 247876124fcd170b984ec4e99e428aa34befd79d (patch) | |
tree | edc607d86023620d52e6dec7884aa3bb6c8d41fe /sysdeps/linux | |
parent | e7fd4ad6062d7b171acee1f80e73505ed472a1b3 (diff) | |
download | busybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.tar.gz busybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.tar.bz2 busybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.zip |
Don't build the ncurses stuff unless it is specifically asked for
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6212 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index 747cc9b71..8648e1489 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -5,6 +5,10 @@ | |||
5 | 5 | ||
6 | mainmenu "BusyBox Configuration" | 6 | mainmenu "BusyBox Configuration" |
7 | 7 | ||
8 | config HAVE_DOT_CONFIG | ||
9 | bool | ||
10 | default y | ||
11 | |||
8 | menu "General Configuration" | 12 | menu "General Configuration" |
9 | 13 | ||
10 | choice | 14 | choice |