openssl: refresh patches
[openwrt.git] / package / kernel / modules / firewire.mk
index 10d144c..43d16c7 100644 (file)
@@ -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.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -94,7 +94,7 @@ $(eval $(call KernelPackage,video1394))
 define KernelPackage/firewire
   SUBMENU:=$(FIREWIRE_MENU)
   TITLE:=Support for FireWire (new stack)
 define KernelPackage/firewire
   SUBMENU:=$(FIREWIRE_MENU)
   TITLE:=Support for FireWire (new stack)
-  DEPENDS:=@PCI_SUPPORT
+  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)
   KCONFIG:=CONFIG_FIREWIRE
   FILES:=$(LINUX_DIR)/drivers/firewire/firewire-core.ko
   AUTOLOAD:=$(call AutoLoad,20,firewire-core)
@@ -130,7 +130,7 @@ $(eval $(call KernelPackage,firewire-ohci))
 define KernelPackage/firewire-sbp2
   SUBMENU:=$(FIREWIRE_MENU)
   TITLE:=Support for SBP-2 devices over FireWire
 define KernelPackage/firewire-sbp2
   SUBMENU:=$(FIREWIRE_MENU)
   TITLE:=Support for SBP-2 devices over FireWire
-  DEPENDS:=kmod-firewire +!TARGET_x86:kmod-scsi-core
+  DEPENDS:=kmod-firewire +kmod-scsi-core
   KCONFIG:=CONFIG_FIREWIRE_SBP2
   FILES:=$(LINUX_DIR)/drivers/firewire/firewire-sbp2.ko
   AUTOLOAD:=$(call AutoLoad,50,firewire-sbp2)
   KCONFIG:=CONFIG_FIREWIRE_SBP2
   FILES:=$(LINUX_DIR)/drivers/firewire/firewire-sbp2.ko
   AUTOLOAD:=$(call AutoLoad,50,firewire-sbp2)
This page took 0.02166 seconds and 4 git commands to generate.