package: Remove dependencies to kmod-ipv6
Since r46834, IPv6 support is builtin if selected. Therefor, dependencies on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore. Signed-off-by: Arjen de Korte <arjen+openwrt@de-korte.org> SVN-Revision: 47022
This commit is contained in:
parent
ce59fe6b3d
commit
836d462b10
10 changed files with 12 additions and 12 deletions
|
@ -44,7 +44,7 @@ endef
|
|||
define Package/dnsmasq-dhcpv6
|
||||
$(call Package/dnsmasq/Default)
|
||||
TITLE += (with DHCPv6 support)
|
||||
DEPENDS:=@IPV6 +kmod-ipv6
|
||||
DEPENDS:=@IPV6
|
||||
VARIANT:=dhcpv6
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue