kernel: kmod-firewire: fix dependencies
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
This commit is contained in:
parent
11ae55cc95
commit
fd561a47c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ define KernelPackage/firewire
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-lib-crc-itu-t
|
DEPENDS:=@PCI_SUPPORT +kmod-lib-crc-itu-t
|
||||||
KCONFIG:=CONFIG_FIREWIRE
|
KCONFIG:=CONFIG_FIREWIRE
|
||||||
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-core.ko
|
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-core.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,firewire-core)
|
AUTOLOAD:=$(call AutoLoad,25,firewire-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/firewire/description
|
define KernelPackage/firewire/description
|
||||||
|
|
Loading…
Reference in a new issue