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: http://207.154.207.93/?a=commitdiff_plain;h=a2fac542b8b749d76ab71fc3d0d161c225b5e85e;p=15.05%2Fopenwrt.git add kernel 2.6 insmod support as default, just adds a few bytes git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1836 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/config/modutils/Config.in b/package/busybox/config/modutils/Config.in index 536236b7c3..ee348f6fdb 100644 --- a/package/busybox/config/modutils/Config.in +++ b/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.