ipv6-helper: remove iptables dependencies

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-10-26 17:36:55 +08:00
parent 8944e968f2
commit 72cce2e1ca
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,8 @@ DEFAULT_PACKAGES.router:=\
firewall4 \
nftables \
kmod-nft-offload \
odhcp6c \
odhcpd-ipv6only \
ppp \
ppp-mod-pppoe
# For easy usage
@ -65,6 +67,7 @@ DEFAULT_PACKAGES.tweak:=\
block-mount \
default-settings-chn \
iptables-nft \
ip6tables-nft \
ipv6helper \
kmod-nf-nathelper \
kmod-nf-nathelper-extra \

View File

@ -10,8 +10,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ipv6helper
SECTION:=ipv6
TITLE:=IPv6 Helper and Dynamic Update he.net of ip
DEPENDS:=+luci-proto-ipv6 +libip6tc +ip6tables-nft +ip6tables-mod-nat \
+kmod-ipt-nat6 +kmod-nf-nat6 +odhcpd-ipv6only +odhcp6c +6in4
DEPENDS:=+luci-proto-ipv6 +odhcpd-ipv6only +odhcp6c +6in4
PKGARCH:=all
endef