diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-13 00:09:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-13 00:09:34 +0000 |
commit | e8521f14a22d4227fa7bdc83868919f9f43e7dfa (patch) | |
tree | d6c9dd1e91c8d61e79b416a756368abbbd035a67 /modutils/Config.in | |
parent | fe9b9cdfa59fabea11e0b2d45336f19d627fd25f (diff) | |
download | busybox-w32-e8521f14a22d4227fa7bdc83868919f9f43e7dfa.tar.gz busybox-w32-e8521f14a22d4227fa7bdc83868919f9f43e7dfa.tar.bz2 busybox-w32-e8521f14a22d4227fa7bdc83868919f9f43e7dfa.zip |
Fixup some cases of "QM_MODULES: not implemented" for both
lsmod and rmmod when using 2.6.x module support
-Erik
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 3b5c1e37a..05ff8c9d2 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -81,13 +81,7 @@ config CONFIG_LSMOD | |||
81 | lsmod is used to display a list of loaded modules. | 81 | lsmod is used to display a list of loaded modules. |
82 | 82 | ||
83 | config CONFIG_FEATURE_QUERY_MODULE_INTERFACE | 83 | config CONFIG_FEATURE_QUERY_MODULE_INTERFACE |
84 | bool " Support lsmod query_module interface (add 638 bytes)" | 84 | depends on CONFIG_FEATURE_2_4_MODULES && !CONFIG_FEATURE_2_6_MODULES |
85 | default y | ||
86 | depends on CONFIG_LSMOD && ( CONFIG_FEATURE_2_4_MODULES || CONFIG_FEATURE_2_6_MODULES ) | ||
87 | help | ||
88 | This will provide some extra information about each module when | ||
89 | running lsmod. The fields provided are address, size, flags and | ||
90 | usage count. | ||
91 | 85 | ||
92 | config CONFIG_MODPROBE | 86 | config CONFIG_MODPROBE |
93 | bool "modprobe" | 87 | bool "modprobe" |