mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build: remove wireguard leftovers
PR: https://x.com/ronin3510/status/1811327397695774843
This commit is contained in:
parent
04e7d9e235
commit
910503bcfa
3 changed files with 0 additions and 7 deletions
|
|
@ -69,11 +69,6 @@ __MAKE_CONF=
|
|||
${MAKE_ARGS_DEV}
|
||||
"
|
||||
|
||||
# XXX wireguard module glue for 23.x builds
|
||||
if [ ${PRODUCT_ABI%%.*} -lt 24 ]; then
|
||||
MAKE_ARGS="${MAKE_ARGS}WITHOUT_MODULES=if_wg"
|
||||
fi
|
||||
|
||||
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} kernel-toolchain ${MAKE_ARGS}
|
||||
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} buildkernel ${MAKE_ARGS}
|
||||
if [ "${1}" = "build" ]; then
|
||||
|
|
|
|||
|
|
@ -148,7 +148,6 @@ net/sslh
|
|||
net/tayga arm
|
||||
net/udpbroadcastrelay arm
|
||||
net/vnstat arm
|
||||
net/wireguard-kmod arm
|
||||
net/wol
|
||||
net/zerotier arm
|
||||
opnsense/cpustats
|
||||
|
|
|
|||
|
|
@ -148,7 +148,6 @@ net/sslh
|
|||
net/tayga arm
|
||||
net/udpbroadcastrelay arm
|
||||
net/vnstat arm
|
||||
net/wireguard-kmod arm
|
||||
net/wol
|
||||
net/zerotier arm
|
||||
opnsense/cpustats
|
||||
|
|
|
|||
Loading…
Reference in a new issue