treewide: remove leftover GLUON_SPECIALIZE_KERNEL dependencies (#2514)
This was removed in commit c23bc293ef
("treewide: remove
GLUON_SPECIALIZE_KERNEL").
This commit is contained in:
parent
9d403c9849
commit
b68f2484ff
@ -7,7 +7,7 @@ include ../gluon.mk
|
|||||||
|
|
||||||
define Package/gluon-mesh-vpn-fastd-l2tp
|
define Package/gluon-mesh-vpn-fastd-l2tp
|
||||||
TITLE:=Support for connecting meshes via fastd (with L2TP kernel offloading)
|
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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd-l2tp))
|
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd-l2tp))
|
||||||
|
@ -6,7 +6,7 @@ include ../gluon.mk
|
|||||||
|
|
||||||
define Package/gluon-mesh-vpn-wireguard
|
define Package/gluon-mesh-vpn-wireguard
|
||||||
TITLE:=Support for connecting meshes via 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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-wireguard))
|
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-wireguard))
|
||||||
|
Loading…
Reference in New Issue
Block a user