From: kaloz Date: Mon, 11 Nov 2013 11:51:54 +0000 (+0000) Subject: [crypto-hw-omap]: depend on the correct target X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=60f7d2a0df827d38404a10985f1ffadbf274d405;p=openwrt.git [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 --- 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 \