mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28665 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
663308adb4
commit
8ef02b4851
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -94,7 +94,7 @@ $(eval $(call KernelPackage,video1394))
|
|||||||
define KernelPackage/firewire
|
define KernelPackage/firewire
|
||||||
SUBMENU:=$(FIREWIRE_MENU)
|
SUBMENU:=$(FIREWIRE_MENU)
|
||||||
TITLE:=Support for FireWire (new stack)
|
TITLE:=Support for FireWire (new stack)
|
||||||
DEPENDS:=@PCI_SUPPORT
|
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,20,firewire-core)
|
||||||
|
Loading…
Reference in New Issue
Block a user