package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire
authorNicolas Thill <nico@openwrt.org>
Sat, 29 Oct 2011 13:20:30 +0000 (13:20 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 29 Oct 2011 13:20:30 +0000 (13:20 +0000)
SVN-Revision: 28665

package/kernel/modules/firewire.mk

index 0c8f75cdf99b07249829987b7766eedee7293528..43d16c7ecad35af0f9b176d07d54810891dc3d57 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.
@@ -94,7 +94,7 @@ $(eval $(call KernelPackage,video1394))
 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)