From 61006f8eb0d98ce538f9da7bc133ac453a6430af Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 8 May 2022 10:19:49 +0200 Subject: [PATCH] treewide: remove leftover GLUON_SPECIALIZE_KERNEL dependencies This was removed in commit c23bc293ef99 ("treewide: remove GLUON_SPECIALIZE_KERNEL"). --- package/gluon-mesh-vpn-fastd-l2tp/Makefile | 2 +- package/gluon-mesh-vpn-wireguard/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gluon-mesh-vpn-fastd-l2tp/Makefile b/package/gluon-mesh-vpn-fastd-l2tp/Makefile index 8eb5f6ec..7a1270ac 100644 --- a/package/gluon-mesh-vpn-fastd-l2tp/Makefile +++ b/package/gluon-mesh-vpn-fastd-l2tp/Makefile @@ -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)) diff --git a/package/gluon-mesh-vpn-wireguard/Makefile b/package/gluon-mesh-vpn-wireguard/Makefile index cae8781a..61c53332 100644 --- a/package/gluon-mesh-vpn-wireguard/Makefile +++ b/package/gluon-mesh-vpn-wireguard/Makefile @@ -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))