From 5ef2946edec96de21d5905fd73fd78cc5aab1b0b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 10 Apr 2015 18:55:56 +0200 Subject: [PATCH] Fix typo in last commit 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 c6652186c..f525061be 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-full" + return "hnet-full" end -- 2.11.0