treewide: replace ip6tables with ip6tables-legacy

This commit is contained in:
David Bauer 2022-03-15 00:54:43 +01:00
parent e453b503bd
commit 3dc3b40819
2 changed files with 2 additions and 2 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 DEPENDS:= +ip6tables-legacy
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description

View File

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