summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-12-10 11:39:33 +0100
committerKarel Kočí <cynerd@email.cz>2021-12-10 11:39:33 +0100
commit22178983bf5989b01e4523c0cbb8813dd8f90d35 (patch)
tree0f68cc5ba2a661476c50b5fc8e50000a436b3c36
parent45c300126e4a1f72eba94791f8da27e7082c2ec6 (diff)
downloadopenwrt-personal-pkgs-22178983bf5989b01e4523c0cbb8813dd8f90d35.tar.gz
openwrt-personal-pkgs-22178983bf5989b01e4523c0cbb8813dd8f90d35.tar.bz2
openwrt-personal-pkgs-22178983bf5989b01e4523c0cbb8813dd8f90d35.zip
updater.lua: cover various adamkovi routers
-rw-r--r--updater.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua
index d4461fa..d11cb98 100644
--- a/updater.lua
+++ b/updater.lua
@@ -58,6 +58,8 @@ elseif hostname == "turris-adamkovi" then
vpn = true
public = true
Install("etherwake")
+elseif hostname:match("-adamkovi$") then
+ tools = true
elseif hostname:match("^work-") then
tools = true
end