summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-05-23 10:13:58 +0000
committerSteven Barth <steven@midlink.org>2013-05-23 10:13:58 +0000
commit9a55fd9e8487d3e473ff2432886d76531e64cb59 (patch)
treed5650aedc588f1f4a44673fff86fc2f8ecd45b77 /protocols
parentdc7b9db9af8b4aeabde71f4cdd56bc6d653dd339 (diff)
Fix IPv6 package dependencies
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua b/protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua
index e5e54d593..59463d18a 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