summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-02-16 09:36:15 +0100
committerKarel Kočí <cynerd@email.cz>2022-02-16 09:36:15 +0100
commit265d38a9ad68448f3b0ce2b69e8075187657a67c (patch)
tree71af8e7daabccf74580cdeef86eeaa66cd864016
parentadf136e41c30971c523088ea71b46f11a616939d (diff)
downloadopenwrt-personal-pkgs-265d38a9ad68448f3b0ce2b69e8075187657a67c.tar.gz
openwrt-personal-pkgs-265d38a9ad68448f3b0ce2b69e8075187657a67c.tar.bz2
openwrt-personal-pkgs-265d38a9ad68448f3b0ce2b69e8075187657a67c.zip
updater.lua: install healthcheck to all common routers
-rw-r--r--updater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua
index 27cac21..2eb739d 100644
--- a/updater.lua
+++ b/updater.lua
@@ -75,6 +75,7 @@ if tools then
if board == "omnia" then
Install("personal-enabler-rainbow-omnia")
end
+ Install("healthcheck")
end
if vpn then
Install("luci-app-openvpn", "openvpn-openssl")