diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-11 18:38:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-11 18:38:56 +0000 |
commit | 7258f9e4ba2bb6076a0229c20717532b85ca7e65 (patch) | |
tree | 57a1590f7f0d124bb44350248927371c8013a002 | |
parent | 2a018eb3806d5ea13e16dbf629b2c7e4fa541b51 (diff) | |
download | mtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.zip mtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.tar.gz mtk-20170518-7258f9e4ba2bb6076a0229c20717532b85ca7e65.tar.bz2 |
fix kmod-crc16 loading (#6949)
SVN-Revision: 20807
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
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 |