aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-19 14:45:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-19 14:45:16 +0000
commitf771d88443221a3e6c16d7ab44e70fdd2778210d (patch)
tree939adb65773bf6651839858b1bcc71af59333412 /sysdeps
parent96002bba672dc46b26ceea4f6584b5332dca07a6 (diff)
downloadbusybox-f771d88443221a3e6c16d7ab44e70fdd2778210d.tar.gz
- need to have config MODULE in order to make tristate work..
Thanks to Robert Schwebel for pointing this out. I must be blind..
Diffstat (limited to 'sysdeps')
-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 1b87c1251..1858b6081 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -9,6 +9,10 @@ config HAVE_DOT_CONFIG
bool
default y
+config MODULES
+ bool
+ default y
+
menu "General Configuration"
choice