mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37902 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user