diff options
author | Steven Barth <steven@midlink.org> | 2015-04-10 18:55:56 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-04-10 18:55:56 +0200 |
commit | 5ef2946edec96de21d5905fd73fd78cc5aab1b0b (patch) | |
tree | 5ad75fb826d095a4ee9b4666fe0a19e729ed9ba8 | |
parent | 5934fb4e9dcce36436bfe1334fb545baffb88ab5 (diff) |
Fix typo in last commit
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r-- | protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua | 2 |
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 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 |