openssl: fix typo on arm config.

This commit is contained in:
Arne Fitzenreiter
2015-04-23 23:31:58 +02:00
parent 991082e936
commit 432bc116fb

View File

@@ -66,7 +66,7 @@ endif
endif
ifeq "$(MACHINE)" "armv5tel"
CONFIGURE_OPIONS += linux-generic32
CONFIGURE_OPTIONS += linux-generic32
endif
###############################################################################