From: Waldemar Brodkorb Date: Sat, 3 Sep 2005 21:01:09 +0000 (+0000) Subject: add kernel 2.6 insmod support as default, just adds a few bytes X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14c3a0ca9192cc58a3a947546a0d9da284c33c1b;p=librecmc%2Flibrecmc.git add kernel 2.6 insmod support as default, just adds a few bytes SVN-Revision: 1836 --- 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.