add kernel 2.6 insmod support as default, just adds a few bytes
SVN-Revision: 1836
This commit is contained in:
parent
f530a78e33
commit
14c3a0ca91
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
|
|||
|
||||
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
||||
bool " Support version 2.6.x Linux kernels"
|
||||
default n
|
||||
default y
|
||||
depends on BUSYBOX_CONFIG_INSMOD
|
||||
help
|
||||
Support module loading for newer 2.6.x Linux kernels.
|
||||
|
|
Loading…
Reference in a new issue