summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-10 18:04:56 +0200
committerSteven Barth <steven@midlink.org>2015-04-10 18:04:56 +0200
commit5934fb4e9dcce36436bfe1334fb545baffb88ab5 (patch)
tree7660ad908245f264491da90d1398c7e71d984563 /protocols
parentdc6a250a0183d3f489776d1a7fd2dfda7a8c0c5c (diff)
proto_hnet: fix homenet dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua b/protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua
index 4e9816bea..c6652186c 100644
--- a/protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua
+++ b/protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua
@@ -12,5 +12,5 @@ function proto.is_installed(self)
end
function proto.opkg_package(self)
- return "hnetd"
+ return "hnetd-full"
end