projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a018eb
)
fix kmod-crc16 loading (#6949)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 11 Apr 2010 18:38:56 +0000
(18:38 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 11 Apr 2010 18:38:56 +0000
(18:38 +0000)
SVN-Revision: 20807
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 6f0994e0da71c32e2c69ed1a29ceaa27cc3b99e2..a000656bf150d251ecc5b06562ac8befca44d257 100644
(file)
--- 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