From b68f2484ff1198adb1c5ef3d2500da91b98f1060 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 8 May 2022 12:14:03 +0200 Subject: [PATCH] treewide: remove leftover GLUON_SPECIALIZE_KERNEL dependencies (#2514) 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))