treewide: rename ip6tables-legacy

The ip6tables-legacy metapackage was renamed to ip6ables-zz-legacy.
This commit is contained in:
David Bauer 2022-07-07 19:06:14 +02:00
parent 317fd91080
commit a9fff111bd
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ include ../gluon.mk
define Package/$(PKG_NAME) 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 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 endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description

View File

@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-vpn-core define Package/gluon-mesh-vpn-core
TITLE:=Basic support for connecting meshes via VPN tunnels 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 USERID:=:gluon-mesh-vpn=800
endef endef

View File

@ -94,5 +94,5 @@ packages {
'-wpad-basic-wolfssl', '-wpad-basic-wolfssl',
'-firewall4', '-firewall4',
'gluon-core', 'gluon-core',
'ip6tables-legacy', 'ip6tables-zz-legacy',
} }