From fb62ca29124277ee87aa79fafa5a234d5b2185cd Mon Sep 17 00:00:00 2001 From: aldot Date: Thu, 19 Jan 2006 14:45:16 +0000 Subject: - 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 --- sysdeps/linux/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps') 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 -- cgit v1.2.3-55-g6feb