From 5934fb4e9dcce36436bfe1334fb545baffb88ab5 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 10 Apr 2015 18:04:56 +0200 Subject: [PATCH] proto_hnet: fix homenet dependency Signed-off-by: Steven Barth --- protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0