Skip to content
Snippets Groups Projects
Unverified Commit b68f2484 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

treewide: remove leftover GLUON_SPECIALIZE_KERNEL dependencies (#2514)

This was removed in commit c23bc293 ("treewide: remove
GLUON_SPECIALIZE_KERNEL").
parent 9d403c98
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-fastd-l2tp
TITLE:=Support for connecting meshes via fastd (with L2TP kernel offloading)
DEPENDS:=+gluon-core +gluon-mesh-vpn-fastd +kmod-l2tp-eth +@GLUON_SPECIALIZE_KERNEL:KERNEL_L2TP
DEPENDS:=+gluon-core +gluon-mesh-vpn-fastd +kmod-l2tp-eth
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd-l2tp))
......@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-wireguard
TITLE:=Support for connecting meshes via wireguard
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +@GLUON_SPECIALIZE_KERNEL:KERNEL_TUN +wgpeerselector +libubus
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +wgpeerselector +libubus
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-wireguard))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment