From b28c7f886c8f7be6a12f595f04dbc3dc1fd2ebd7 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Fri, 23 May 2025 23:09:26 +0100 Subject: [PATCH] map: remove iptables dep --- package/network/ipv6/map/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile index f73b5eefb8..631874afd4 100644 --- a/package/network/ipv6/map/Makefile +++ b/package/network/ipv6/map/Makefile @@ -17,7 +17,8 @@ include $(INCLUDE_DIR)/cmake.mk define Package/map SECTION:=net CATEGORY:=Network - DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra +kmod-nat46 +# DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra +kmod-nat46 + DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +kmod-nat46 TITLE:=MAP-E/MAP-T and Lightweight 4over6 configuration support MAINTAINER:=Hans Dedecker PROVIDES:=map-t -- 2.30.2