build/kernel: remove WireGuard module, for now we support go as well; closes #376

And go doesn't work if a module is installed.  While here split the
plugins into separate code bases as there will be work incoming for
the kernel variant.
This commit is contained in:
Franco Fichtner 2023-08-19 17:41:57 +02:00
parent 6686369b2e
commit eecf924ede
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@ SRCCONF=${CONFIGDIR}/src.conf
${SRCDEBUG}
__MAKE_CONF=
${MAKE_ARGS_DEV}
WITHOUT_MODULES=if_wg
"
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} kernel-toolchain ${MAKE_ARGS}

View File

@ -49,8 +49,8 @@ net/tayga arm
net/udpbroadcastrelay arm
net/upnp
net/vnstat arm
net/wireguard@go arm
net/wireguard@kmod arm
net/wireguard arm
net/wireguard-go arm
net/wol
net/zerotier arm
security/acme-client