aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-13 22:53:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-13 22:53:28 +0000
commit247876124fcd170b984ec4e99e428aa34befd79d (patch)
treeedc607d86023620d52e6dec7884aa3bb6c8d41fe /sysdeps/linux
parente7fd4ad6062d7b171acee1f80e73505ed472a1b3 (diff)
downloadbusybox-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.in4
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
6mainmenu "BusyBox Configuration" 6mainmenu "BusyBox Configuration"
7 7
8config HAVE_DOT_CONFIG
9 bool
10 default y
11
8menu "General Configuration" 12menu "General Configuration"
9 13
10choice 14choice