treewide: replace ip6tables with ip6tables-legacy

This commit is contained in:
David Bauer 2022-03-15 00:54:43 +01:00
parent 3384c6f1d8
commit 193eba9561
2 changed files with 2 additions and 2 deletions

View File

@ -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
DEPENDS:= +ip6tables-legacy
endef
define Package/$(PKG_NAME)/description

View File

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