proto_hnet: fix homenet dependency
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
dc6a250a01
commit
5934fb4e9d
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ function proto.is_installed(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
function proto.opkg_package(self)
|
function proto.opkg_package(self)
|
||||||
return "hnetd"
|
return "hnetd-full"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue