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 | |
parent | c118f99f7379491138babcf929fe5fe30ea5c972 (diff) | |
download | busybox-068b6b07ff5dc2dbb513f444cb094197f28e64c5.tar.gz |
Don't build the ncurses stuff unless it is specifically asked for
-Erik
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 @@ mainmenu "BusyBox Configuration" +config HAVE_DOT_CONFIG + bool + default y + menu "General Configuration" choice |