diff options
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/busybox/config/modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/modutils/Config.in b/openwrt/package/busybox/config/modutils/Config.in index 536236b7c3..ee348f6fdb 100644 --- a/openwrt/package/busybox/config/modutils/Config.in +++ b/openwrt/package/busybox/config/modutils/Config.in @@ -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. |