summaryrefslogtreecommitdiff
path: root/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-05-22 13:07:17 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-05-22 13:07:17 +0200
commitcbc43166090e05a8d992e66fea4ed7eb0b7651f4 (patch)
treeb204c753cd3f090d1caa8521acd33248acee9c75 /updater.lua
parentf0cc52a5cb6e3b93eb8cb647b705f7b765447bca (diff)
downloadopenwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.tar.gz
openwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.tar.bz2
openwrt-personal-pkgs-cbc43166090e05a8d992e66fea4ed7eb0b7651f4.zip
updater.lua: add work routers
Diffstat (limited to 'updater.lua')
-rw-r--r--updater.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua
index 2f6cdfd..c9f7407 100644
--- a/updater.lua
+++ b/updater.lua
@@ -43,6 +43,8 @@ elseif hostname == "turris-home" then
vpn = true
sentinel = true
Install("transmission-daemon-openssl")
+elseif hostname:match("^work-") then
+ tools = true
end
if tools then