From: Nicolas Thill Date: Fri, 23 Apr 2010 10:56:37 +0000 (+0000) Subject: [packages] strongswan4: mark padlock plugin as x86 only X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=3468018efe01771140d14862a533b817a3870d58 [packages] strongswan4: mark padlock plugin as x86 only SVN-Revision: 21106 --- diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index 89b619e148..4648bcaf25 100644 --- a/net/strongswan4/Makefile +++ b/net/strongswan4/Makefile @@ -143,7 +143,7 @@ $(call Package/strongswan4/Default) +strongswan4-mod-medcli \ +strongswan4-mod-medsrv \ +strongswan4-mod-mysql \ - +strongswan4-mod-padlock \ + +TARGET_x86:strongswan4-mod-padlock \ +strongswan4-mod-pem \ +strongswan4-mod-pgp \ +strongswan4-mod-pkcs1 \ @@ -431,7 +431,7 @@ $(eval $(call BuildPlugin,md5,MD5 crypto,)) $(eval $(call BuildPlugin,medcli,mediation client configuration database,)) $(eval $(call BuildPlugin,medsrv,mediation server configuration database,)) $(eval $(call BuildPlugin,mysql,MySQL database interface,+strongswan4-mod-sql +libmysqlclient)) -$(eval $(call BuildPlugin,padlock,VIA PadLock crypto,)) +$(eval $(call BuildPlugin,padlock,VIA PadLock crypto,@TARGET_x86)) $(eval $(call BuildPlugin,pem,PEM decoding,)) $(eval $(call BuildPlugin,pgp,PGP key decoding,)) $(eval $(call BuildPlugin,pkcs1,PKCS1 key decoding,))