diff --git a/package/gluon-iptables-clamp-mss-to-pmtu/Makefile b/package/gluon-iptables-clamp-mss-to-pmtu/Makefile
index b8135c2ffddee8b6a281b7649d8e436c6b3e19f8..20379e0a354ff41ea8e8c3d14bebc852077e9fcb 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 b0943d9be8d4b3109aebe214210475fe037827d8..7dbcecbf16eeb74eff9352bbb5e35eafbb84d8cd 100644
--- a/targets/generic
+++ b/targets/generic
@@ -80,5 +80,5 @@ packages {
 	'-wpad-basic',
 	'-wpad-basic-wolfssl',
 	'gluon-core',
-	'ip6tables',
+	'ip6tables-legacy',
 }