[source] openssl: re-enable ARM assembly

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 31 04:57:13 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/00a1056c3f366ee27cb86da8e521a827ad5d5b8f

commit 00a1056c3f366ee27cb86da8e521a827ad5d5b8f
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Aug 31 13:31:38 2016 +0200

    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 <nbd at nbd.name>
---
 package/libs/openssl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index e73cd75..76a907b 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



More information about the lede-commits mailing list