From 9a55fd9e8487d3e473ff2432886d76531e64cb59 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 23 May 2013 10:13:58 +0000 Subject: Fix IPv6 package dependencies --- protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ipv6/luasrc/model') diff --git a/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua b/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua index e5e54d5937..59463d18a9 100644 --- a/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua +++ b/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua @@ -28,5 +28,5 @@ function proto.is_installed(self) end function proto.opkg_package(self) - return "ipv6-support" + return "odhcp6c" end -- cgit v1.2.3