diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-30 23:46:06 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-30 23:46:06 +0000 |
commit | 266031f3e0c5219a59271239f5f2b0ab3ced8d48 (patch) | |
tree | 8d328b48f99fdd6273525a2d7a0a84fc4feb6b60 /miscutils/Config.in | |
parent | bf81bd2a47836e96393271672afa89c586ce849f (diff) | |
download | busybox-w32-266031f3e0c5219a59271239f5f2b0ab3ced8d48.tar.gz busybox-w32-266031f3e0c5219a59271239f5f2b0ab3ced8d48.tar.bz2 busybox-w32-266031f3e0c5219a59271239f5f2b0ab3ced8d48.zip |
Patch from Tito, size optimisation, cleanup noise when in debugging
mode, adds support for MODLOAD keyword in devfsd.conf, provides a
cleaned up version of example/devfsd.conf
git-svn-id: svn://busybox.net/trunk/busybox@8018 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0afdadb71..4a013cbd5 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -47,6 +47,13 @@ config CONFIG_DEVFSD | |||
47 | Provides compatibility with old device names on a devfs systems. | 47 | Provides compatibility with old device names on a devfs systems. |
48 | You should set it to true if you have devfs enabled. | 48 | You should set it to true if you have devfs enabled. |
49 | 49 | ||
50 | config CONFIG_DEVFSD_MODLOAD | ||
51 | bool "Adds support for MODLOAD action" | ||
52 | default n | ||
53 | depends on CONFIG_DEVFSD | ||
54 | help | ||
55 | This actually doesn't work with busybox modutils but needs the real modutils. | ||
56 | |||
50 | config CONFIG_DEVFSD_VERBOSE | 57 | config CONFIG_DEVFSD_VERBOSE |
51 | bool "Increases logging to stderr and syslog" | 58 | bool "Increases logging to stderr and syslog" |
52 | default n | 59 | default n |