From: Florian Fainelli Date: Sun, 11 Apr 2010 18:38:56 +0000 (+0000) Subject: [package] fix kmod-crc16 loading (#6949) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=89db4eb6faa2fd32dde659d2a0a08bc98c6e1453;p=15.05%2Fopenwrt.git [package] fix kmod-crc16 loading (#6949) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20807 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 6f0994e0da..a000656bf1 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