mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Enable optimization for openssl speed instead of size
This commit is contained in:
parent
1132008d09
commit
3b9a77b9b0
@ -57,7 +57,7 @@ config OPENSSL_HARDWARE_SUPPORT
|
||||
|
||||
config OPENSSL_OPTIMIZE_SPEED
|
||||
bool
|
||||
default n
|
||||
default y
|
||||
prompt "Enable optimization for speed instead of size"
|
||||
|
||||
endif
|
||||
|
@ -10,7 +10,7 @@ ARCH:=i386
|
||||
BOARD:=x86
|
||||
BOARDNAME:=x86
|
||||
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu
|
||||
SUBTARGETS:=generic legacy geode 64
|
||||
SUBTARGETS:=64 generic legacy geode
|
||||
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
|
||||
KERNEL_PATCHVER:=4.9
|
||||
|
Loading…
Reference in New Issue
Block a user