ipv6-helper: update dependencies

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-11-14 15:33:25 +08:00
parent a564e8b07a
commit 5e87b0a61d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 3 deletions

View File

@ -57,8 +57,7 @@ DEFAULT_PACKAGES.router:=\
firewall4 \
nftables \
kmod-nft-offload \
odhcp6c \
odhcpd-ipv6only \
ipv6helper \
ppp \
ppp-mod-pppoe
# For easy usage

View File

@ -10,7 +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 +odhcpd-ipv6only +odhcp6c +6in4
DEPENDS:=+odhcpd-ipv6only +odhcp6c +6in4
PKGARCH:=all
endef