mirror of https://github.com/hak5/openwrt.git
add kernel 2.6 insmod support as default, just adds a few bytes
SVN-Revision: 1836lede-17.01
parent
f530a78e33
commit
14c3a0ca91
|
@ -20,7 +20,7 @@ config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
||||||
bool " Support version 2.6.x Linux kernels"
|
bool " Support version 2.6.x Linux kernels"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_INSMOD
|
depends on BUSYBOX_CONFIG_INSMOD
|
||||||
help
|
help
|
||||||
Support module loading for newer 2.6.x Linux kernels.
|
Support module loading for newer 2.6.x Linux kernels.
|
||||||
|
|
Loading…
Reference in New Issue