]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
openssl: fix typo on arm config.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Apr 2015 21:31:58 +0000 (23:31 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Apr 2015 21:31:58 +0000 (23:31 +0200)
lfs/openssl

index 6872f103ed50889dfff55d86a8fa9ebd2b996ad4..699f3603dc7b93364798ad790bf3ea6644621f16 100644 (file)
@@ -66,7 +66,7 @@ endif
 endif
 
 ifeq "$(MACHINE)" "armv5tel"
-       CONFIGURE_OPIONS += linux-generic32
+       CONFIGURE_OPTIONS += linux-generic32
 endif
 
 ###############################################################################