summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-04-11 18:38:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-04-11 18:38:56 +0000
commit7258f9e4ba2bb6076a0229c20717532b85ca7e65 (patch)
tree57a1590f7f0d124bb44350248927371c8013a002 /package
parent2a018eb3806d5ea13e16dbf629b2c7e4fa541b51 (diff)
downloadmtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.zip
mtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.tar.gz
mtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.tar.bz2
fix kmod-crc16 loading (#6949)
SVN-Revision: 20807
Diffstat (limited to 'package')
-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 6f0994e..a000656 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