diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-04 00:25:49 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-04 00:25:49 +0000 |
commit | eb517ff21bbafae787607eec02666786030c264e (patch) | |
tree | 445b20bc9b73ebb5f02d63853755ef29c1e4ced7 /modutils/Config.in | |
parent | 1679391c1cb1c8a8321930edca9b78c7045e92c6 (diff) | |
download | busybox-w32-eb517ff21bbafae787607eec02666786030c264e.tar.gz busybox-w32-eb517ff21bbafae787607eec02666786030c264e.tar.bz2 busybox-w32-eb517ff21bbafae787607eec02666786030c264e.zip |
Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig
dependencies so 2.6 support depends on insmod or lsmod...
git-svn-id: svn://busybox.net/trunk/busybox@10244 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index ada69d752..81214f73a 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -18,13 +18,6 @@ config CONFIG_FEATURE_2_4_MODULES | |||
18 | help | 18 | help |
19 | Support module loading for 2.2.x and 2.4.x Linux kernels. | 19 | Support module loading for 2.2.x and 2.4.x Linux kernels. |
20 | 20 | ||
21 | config CONFIG_FEATURE_2_6_MODULES | ||
22 | bool " Support version 2.6.x Linux kernels" | ||
23 | default n | ||
24 | depends on CONFIG_INSMOD | ||
25 | help | ||
26 | Support module loading for newer 2.6.x Linux kernels. | ||
27 | |||
28 | config CONFIG_FEATURE_INSMOD_VERSION_CHECKING | 21 | config CONFIG_FEATURE_INSMOD_VERSION_CHECKING |
29 | bool " Module version checking" | 22 | bool " Module version checking" |
30 | default n | 23 | default n |
@@ -80,6 +73,13 @@ config CONFIG_LSMOD | |||
80 | help | 73 | help |
81 | lsmod is used to display a list of loaded modules. | 74 | lsmod is used to display a list of loaded modules. |
82 | 75 | ||
76 | config CONFIG_FEATURE_2_6_MODULES | ||
77 | bool " Support version 2.6.x Linux kernels" | ||
78 | default n | ||
79 | depends on CONFIG_INSMOD || CONFIG_LSMOD | ||
80 | help | ||
81 | Support module loading for newer 2.6.x Linux kernels. | ||
82 | |||
83 | config CONFIG_FEATURE_QUERY_MODULE_INTERFACE | 83 | config CONFIG_FEATURE_QUERY_MODULE_INTERFACE |
84 | bool | 84 | bool |
85 | default y | 85 | default y |