diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-13 22:53:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-13 22:53:28 +0000 |
commit | 068b6b07ff5dc2dbb513f444cb094197f28e64c5 (patch) | |
tree | edc607d86023620d52e6dec7884aa3bb6c8d41fe /sysdeps/linux/Config.in | |
parent | c118f99f7379491138babcf929fe5fe30ea5c972 (diff) | |
download | busybox-w32-068b6b07ff5dc2dbb513f444cb094197f28e64c5.tar.gz busybox-w32-068b6b07ff5dc2dbb513f444cb094197f28e64c5.tar.bz2 busybox-w32-068b6b07ff5dc2dbb513f444cb094197f28e64c5.zip |
Don't build the ncurses stuff unless it is specifically asked for
-Erik
Diffstat (limited to '')
-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 |