mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Replace busybox-syslog by syslog-ng
This commit is contained in:
parent
bb40e6224f
commit
e492a2bbbe
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -37,7 +37,8 @@ OMR_ALL_PACKAGES=${OMR_ALL_PACKAGES:-no}
|
|||
OMR_TARGET=${OMR_TARGET:-x86_64}
|
||||
OMR_TARGET_CONFIG="config-$OMR_TARGET"
|
||||
UPSTREAM=${UPSTREAM:-no}
|
||||
SYSLOG=${SYSLOG:-busybox-syslogd}
|
||||
#SYSLOG=${SYSLOG:-busybox-syslogd}
|
||||
SYSLOG=${SYSLOG:-syslog-ng}
|
||||
OMR_KERNEL=${OMR_KERNEL:-5.4}
|
||||
SHORTCUT_FE=${SHORTCUT_FE:-no}
|
||||
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}
|
||||
|
|
Loading…
Reference in a new issue