Skip to content
Snippets Groups Projects
Commit fd561a47 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: kmod-firewire: fix dependencies


This fixes the following error:
firewire_core: Unknown symbol crc_itu_t (err 0)

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 37902
parent 11ae55cc
No related branches found
No related tags found
No related merge requests found
......@@ -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,20,firewire-core)
AUTOLOAD:=$(call AutoLoad,25,firewire-core)
endef
define KernelPackage/firewire/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment