projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824ba86
)
[package] fix kernel module name for autoloading
author
Florian Fainelli
<florian@openwrt.org>
Thu, 7 May 2009 00:23:44 +0000
(
00:23
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 7 May 2009 00:23:44 +0000
(
00:23
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15649
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index
3ef15c9
..
546a811
100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-261,7
+261,7
@@
define KernelPackage/ide-it821x
DEPENDS:=+kmod-ide-core
KCONFIG:=CONFIG_BLK_DEV_IT821X
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,30,it
e
821x)
+ AUTOLOAD:=$(call AutoLoad,30,it821x)
endef
define KernelPackage/ide-it821x/description