mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: cheer up @adschellevis by auto-selecting suricata
This commit is contained in:
parent
bc31d6c9ff
commit
cf96f043a3
@ -39,6 +39,9 @@ CORE_ARCH?= ${_CORE_ARCH}
|
||||
_CORE_UPDATE!= ${PKG} query -g %n 'opnsense-update*'
|
||||
CORE_UPDATE?= ${_CORE_UPDATE:S/opnsense-update//g}
|
||||
|
||||
_CORE_SURICATA!=${PKG} query -g %n 'suricata*'
|
||||
CORE_SURICATA?= ${_CORE_SURICATA:S/suricata//g}
|
||||
|
||||
_CORE_SYSLOGD!= ${PKG} query -g %n 'syslogd*'
|
||||
CORE_SYSLOGD?= ${_CORE_SYSLOGD:S/syslogd//g}
|
||||
.endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user