From a9fff111bd1bb331d9c6feb1dd0274bf40bfd52d Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 7 Jul 2022 19:06:14 +0200 Subject: [PATCH] treewide: rename ip6tables-legacy The ip6tables-legacy metapackage was renamed to ip6ables-zz-legacy. --- package/gluon-iptables-clamp-mss-to-pmtu/Makefile | 2 +- package/gluon-mesh-vpn-core/Makefile | 2 +- targets/generic | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile index 20379e0a..d5d91443 100644 --- a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile +++ b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile @@ -6,7 +6,7 @@ include ../gluon.mk define Package/$(PKG_NAME) TITLE:=This will establish a firewall rule to clamp the mss to pmtu on the mesh-vpn interface when the connection is towards 64:ff9b::/96 - DEPENDS:= +ip6tables-legacy + DEPENDS:= +ip6tables-zz-legacy endef define Package/$(PKG_NAME)/description diff --git a/package/gluon-mesh-vpn-core/Makefile b/package/gluon-mesh-vpn-core/Makefile index 9525f110..2111c7ce 100644 --- a/package/gluon-mesh-vpn-core/Makefile +++ b/package/gluon-mesh-vpn-core/Makefile @@ -6,7 +6,7 @@ include ../gluon.mk define Package/gluon-mesh-vpn-core TITLE:=Basic support for connecting meshes via VPN tunnels - DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-legacy +iptables-mod-extra +simple-tc + DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-zz-legacy +iptables-mod-extra +simple-tc USERID:=:gluon-mesh-vpn=800 endef diff --git a/targets/generic b/targets/generic index 7e8c17f2..1cb8b5e4 100644 --- a/targets/generic +++ b/targets/generic @@ -94,5 +94,5 @@ packages { '-wpad-basic-wolfssl', '-firewall4', 'gluon-core', - 'ip6tables-legacy', + 'ip6tables-zz-legacy', }