diff --git a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile index b8135c2f..20379e0a 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 + DEPENDS:= +ip6tables-legacy endef define Package/$(PKG_NAME)/description diff --git a/targets/generic b/targets/generic index b0943d9b..7dbcecbf 100644 --- a/targets/generic +++ b/targets/generic @@ -80,5 +80,5 @@ packages { '-wpad-basic', '-wpad-basic-wolfssl', 'gluon-core', - 'ip6tables', + 'ip6tables-legacy', }