diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-29 13:20:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-29 13:20:30 +0000 |
commit | bd21879967277b65171df62788da75649b709230 (patch) | |
tree | a3561f359e57bf6ff118669a9f192456ce3e1885 /package | |
parent | b37b6ec9d8d7e970369ba71e153e88e1548a088b (diff) | |
download | upstream-bd21879967277b65171df62788da75649b709230.tar.gz upstream-bd21879967277b65171df62788da75649b709230.tar.bz2 upstream-bd21879967277b65171df62788da75649b709230.zip |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/firewire.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/firewire.mk b/package/kernel/modules/firewire.mk index 0c8f75cdf9..43d16c7eca 100644 --- a/package/kernel/modules/firewire.mk +++ b/package/kernel/modules/firewire.mk @@ -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) |