diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-19 14:45:16 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-19 14:45:16 +0000 |
commit | fb62ca29124277ee87aa79fafa5a234d5b2185cd (patch) | |
tree | 939adb65773bf6651839858b1bcc71af59333412 /sysdeps | |
parent | 5fee5731666ae59e63fa3c422f82c922432f1af9 (diff) | |
download | busybox-w32-fb62ca29124277ee87aa79fafa5a234d5b2185cd.tar.gz busybox-w32-fb62ca29124277ee87aa79fafa5a234d5b2185cd.tar.bz2 busybox-w32-fb62ca29124277ee87aa79fafa5a234d5b2185cd.zip |
- need to have config MODULE in order to make tristate work..
Thanks to Robert Schwebel for pointing this out. I must be blind..
git-svn-id: svn://busybox.net/trunk/busybox@13425 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps')
-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 1b87c1251..1858b6081 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -9,6 +9,10 @@ config HAVE_DOT_CONFIG | |||
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | 11 | ||
12 | config MODULES | ||
13 | bool | ||
14 | default y | ||
15 | |||
12 | menu "General Configuration" | 16 | menu "General Configuration" |
13 | 17 | ||
14 | choice | 18 | choice |