Skip to content
Snippets Groups Projects
Commit 3dc3b408 authored by David Bauer's avatar David Bauer
Browse files

treewide: replace ip6tables with ip6tables-legacy

parent e453b503
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ include ../gluon.mk ...@@ -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
......
...@@ -80,5 +80,5 @@ packages { ...@@ -80,5 +80,5 @@ packages {
'-wpad-basic', '-wpad-basic',
'-wpad-basic-wolfssl', '-wpad-basic-wolfssl',
'gluon-core', 'gluon-core',
'ip6tables', 'ip6tables-legacy',
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment