mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make sure TSC is disabled on armv7
This commit is contained in:
parent
987377b0c9
commit
9c763eb4e4
@ -153,7 +153,7 @@ security_snortsam_UNSET_FORCE= IPFW
|
||||
CUR_ARCH!= /usr/bin/uname -p
|
||||
.if ${CUR_ARCH} == "armv7" || ${CUR_ARCH} == "aarch64"
|
||||
security_snort3_SET_FORCE=LARGEPCAP STATICDAQ
|
||||
security_snort3_UNSET_FORCE=HYPERSCAN
|
||||
security_snort3_UNSET_FORCE=HYPERSCAN TSC
|
||||
else
|
||||
security_snort3_SET_FORCE=LARGEPCAP STATICDAQ HYPERSCAN
|
||||
.endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user