aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-05-11 09:17:50 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-05-11 09:17:50 +0000
commitcad72e9ac423b982c9b1e78888f5c977a60e8167 (patch)
treec9079c54c038a99eed8e220897813e1923829616 /package/kernel/modules/crypto.mk
parent63d74b179a7b4adc8f3390e09723ef9a5be54dfe (diff)
downloadupstream-cad72e9ac423b982c9b1e78888f5c977a60e8167.tar.gz
upstream-cad72e9ac423b982c9b1e78888f5c977a60e8167.tar.bz2
upstream-cad72e9ac423b982c9b1e78888f5c977a60e8167.zip
[package] hifnHIPP also depends on PCI
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21425 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/crypto.mk')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 133c790ee0..781182bd43 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -329,7 +329,7 @@ $(eval $(call KernelPackage,crypto-ocf-hifn7751))
define KernelPackage/crypto-ocf-hifnhipp
TITLE:=OCF support for Hifn 7855/8155 devices
- DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml kmod-crypto-ocf
+ DEPENDS:=+@OPENSSL_ENGINE @PCI_SUPPORT @!TARGET_uml kmod-crypto-ocf
KCONFIG:=CONFIG_OCF_HIFNHIPP
FILES:=$(LINUX_DIR)/crypto/ocf/hifn/hifnHIPP.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,10,hifnhipp)