mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: we'll be switching to explicit radvd1 package soon
This commit is contained in:
parent
7965e5f525
commit
24f045108b
3
Makefile
3
Makefile
@ -37,6 +37,7 @@ CORE_ARCH?= ${ARCH}
|
||||
CORE_OPENVPN?= # empty
|
||||
CORE_PHP?= 71
|
||||
CORE_PYTHON?= 27
|
||||
CORE_RADVD?= # empty
|
||||
CORE_SURICATA?= -devel
|
||||
|
||||
_FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi
|
||||
@ -116,7 +117,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \
|
||||
py${CORE_PYTHON}-requests \
|
||||
py${CORE_PYTHON}-sqlite3 \
|
||||
py${CORE_PYTHON}-ujson \
|
||||
radvd \
|
||||
radvd${CORE_RADVD} \
|
||||
rate \
|
||||
rrdtool \
|
||||
samplicator \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user