diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 21:01:09 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 21:01:09 +0000 |
commit | d733ea0f9bfed5372f3efeeba675d5588d27b35e (patch) | |
tree | 7e4705af5b6acc42d912b32553cc76c715c46c91 /openwrt/package/busybox/config | |
parent | d45502d46d946897abb6e1462f4f4ee6a5657b5d (diff) |
add kernel 2.6 insmod support as default, just adds a few bytes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config')
-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. |