From: Imre Kaloz Date: Mon, 11 Nov 2013 11:51:54 +0000 (+0000) Subject: depend on the correct target X-Git-Tag: reboot~8704 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f4bdaa24407f6bd29845a17ab43e3074401cceb;p=oweals%2Fopenwrt.git depend on the correct target Signed-off-by: Imre Kaloz SVN-Revision: 38721 --- 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 \