Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig
dependencies so 2.6 support depends on insmod or lsmod...
This commit is contained in:
parent
627814bdc3
commit
15d3f7f143
@ -18,13 +18,6 @@ config CONFIG_FEATURE_2_4_MODULES
|
|||||||
help
|
help
|
||||||
Support module loading for 2.2.x and 2.4.x Linux kernels.
|
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
|
config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
|
||||||
bool " Module version checking"
|
bool " Module version checking"
|
||||||
default n
|
default n
|
||||||
@ -80,6 +73,13 @@ config CONFIG_LSMOD
|
|||||||
help
|
help
|
||||||
lsmod is used to display a list of loaded modules.
|
lsmod is used to display a list of loaded modules.
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_2_6_MODULES
|
||||||
|
bool " Support version 2.6.x Linux kernels"
|
||||||
|
default n
|
||||||
|
depends on CONFIG_INSMOD || CONFIG_LSMOD
|
||||||
|
help
|
||||||
|
Support module loading for newer 2.6.x Linux kernels.
|
||||||
|
|
||||||
config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
|
config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user