From: Steven Barth Date: Fri, 10 Apr 2015 16:04:56 +0000 (+0200) Subject: proto_hnet: fix homenet dependency X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5934fb4e9dcce36436bfe1334fb545baffb88ab5 proto_hnet: fix homenet dependency Signed-off-by: Steven Barth --- 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