From: Felix Fietkau Date: Wed, 31 Aug 2016 11:31:38 +0000 (+0200) Subject: openssl: re-enable ARM assembly X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00a1056c3f366ee27cb86da8e521a827ad5d5b8f;p=lede.git openssl: re-enable ARM assembly The original reason for disabling it seems to have been fixed Related discussion: https://github.com/lede-project/source/pull/307 Signed-off-by: Felix Fietkau --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index e73cd759b1..76a907b6bb 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -154,8 +154,8 @@ else OPENSSL_OPTIONS+=no-sse2 ifeq ($(CONFIG_mips)$(CONFIG_mipsel),y) OPENSSL_TARGET:=linux-mips-openwrt -# else ifeq ($(CONFIG_arm)$(CONFIG_armeb),y) -# OPENSSL_TARGET:=linux-armv4-openwrt + else ifeq ($(CONFIG_arm)$(CONFIG_armeb),y) + OPENSSL_TARGET:=linux-armv4-openwrt else OPENSSL_TARGET:=linux-generic-openwrt OPENSSL_OPTIONS+=no-perlasm