diff --git a/include/target.mk b/include/target.mk index 60349a3408..3ccd68922e 100644 --- a/include/target.mk +++ b/include/target.mk @@ -57,8 +57,7 @@ DEFAULT_PACKAGES.router:=\ firewall4 \ nftables \ kmod-nft-offload \ - odhcp6c \ - odhcpd-ipv6only \ + ipv6helper \ ppp \ ppp-mod-pppoe # For easy usage diff --git a/package/emortal/ipv6-helper/Makefile b/package/emortal/ipv6-helper/Makefile index 38d4b81bc9..084da77e5e 100644 --- a/package/emortal/ipv6-helper/Makefile +++ b/package/emortal/ipv6-helper/Makefile @@ -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