summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-11 18:38:56 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-11 18:38:56 +0000
commit9291105d95025fece501bcda7bcf9e69cd445228 (patch)
tree5bff93904d6c3e7b11f529fdd62dd48041f05f17 /package/kernel
parent6740bf6a0f6682fb62ce567cc4f596073160b7be (diff)
[package] fix kmod-crc16 loading (#6949)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 6f0994e0d..a000656bf 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -64,7 +64,7 @@ define KernelPackage/crc16
TITLE:=CRC16 support
KCONFIG:=CONFIG_CRC16
FILES:=$(LINUX_DIR)/lib/crc16.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,20,crc16)
+ AUTOLOAD:=$(call AutoLoad,20,crc16,1)
endef
define KernelPackage/crc16/description