diff options
author | Rob Landley | 2005-05-04 23:55:06 +0000 |
---|---|---|
committer | Rob Landley | 2005-05-04 23:55:06 +0000 |
commit | 4f65360a5f36e1841b13dc50108c290010347e7f (patch) | |
tree | ff4252a2dc6d31f7a8d1785043967757bd26dd58 /modutils/Config.in | |
parent | 918f2ab3d794172fcc089be3c3f4b0fe71537652 (diff) | |
download | busybox-4f65360a5f36e1841b13dc50108c290010347e7f.zip busybox-4f65360a5f36e1841b13dc50108c290010347e7f.tar.gz |
Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.
Patch from Takeharu Kato.
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 81214f7..986b65c 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -18,6 +18,13 @@ config CONFIG_FEATURE_2_4_MODULES help Support module loading for 2.2.x and 2.4.x Linux kernels. +config CONFIG_FEATURE_2_6_MODULES + bool " Support version 2.6.x Linux kernels" + default n + depends on CONFIG_INSMOD + help + Support module loading for newer 2.6.x Linux kernels. + config CONFIG_FEATURE_INSMOD_VERSION_CHECKING bool " Module version checking" default n @@ -73,12 +80,13 @@ config CONFIG_LSMOD help lsmod is used to display a list of loaded modules. -config CONFIG_FEATURE_2_6_MODULES - bool " Support version 2.6.x Linux kernels" +config CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT + bool " lsmod pretty output for 2.6.x Linux kernels " default n - depends on CONFIG_INSMOD || CONFIG_LSMOD + depends on CONFIG_LSMOD help - Support module loading for newer 2.6.x Linux kernels. + This option makes output format of lsmod adjusted to + the format of module-init-tools for Linux kernel 2.6. config CONFIG_FEATURE_QUERY_MODULE_INTERFACE bool |