From 60f7d2a0df827d38404a10985f1ffadbf274d405 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 11 Nov 2013 11:51:54 +0000 Subject: [PATCH] [crypto-hw-omap]: depend on the correct target Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38721 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 7996d03fd3..da5474aeae 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -207,7 +207,7 @@ $(eval $(call KernelPackage,crypto-hw-ppc4xx)) define KernelPackage/crypto-hw-omap TITLE:=TI OMAP hardware crypto modules - DEPENDS:=@TARGET_omap4 + DEPENDS:=@TARGET_omap KCONFIG:= \ CONFIG_CRYPTO_DEV_OMAP_AES \ CONFIG_CRYPTO_DEV_OMAP_DES \ -- 2.11.0