proto_hnet: fix homenet dependency
authorSteven Barth <steven@midlink.org>
Fri, 10 Apr 2015 16:04:56 +0000 (18:04 +0200)
committerSteven Barth <steven@midlink.org>
Fri, 10 Apr 2015 16:04:56 +0000 (18:04 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua

index 4e9816b..c665218 100644 (file)
@@ -12,5 +12,5 @@ function proto.is_installed(self)
 end
 
 function proto.opkg_package(self)
-       return "hnetd"
+       return "hnetd-full"
 end