projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ae55c
)
kernel: kmod-firewire: fix dependencies
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 5 Sep 2013 19:53:21 +0000
(19:53 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 5 Sep 2013 19:53:21 +0000
(19:53 +0000)
This fixes the following error:
firewire_core: Unknown symbol crc_itu_t (err 0)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37902
package/kernel/linux/modules/firewire.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/firewire.mk
b/package/kernel/linux/modules/firewire.mk
index d3b4ef701c406c8b353ff3c24322176b67270107..0d5a7dfc7d5a65bd6b1cf601455e18c1a16ccec3 100644
(file)
--- a/
package/kernel/linux/modules/firewire.mk
+++ b/
package/kernel/linux/modules/firewire.mk
@@
-13,7
+13,7
@@
define KernelPackage/firewire
DEPENDS:=@PCI_SUPPORT +kmod-lib-crc-itu-t
KCONFIG:=CONFIG_FIREWIRE
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-core.ko
- AUTOLOAD:=$(call AutoLoad,2
0
,firewire-core)
+ AUTOLOAD:=$(call AutoLoad,2
5
,firewire-core)
endef
define KernelPackage/firewire/description