treewide: remove leftover GLUON_SPECIALIZE_KERNEL dependencies

This was removed in commit c23bc293ef ("treewide: remove
GLUON_SPECIALIZE_KERNEL").
This commit is contained in:
Matthias Schiffer 2022-05-08 10:19:49 +02:00
parent 9d403c9849
commit 61006f8eb0
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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))