summaryrefslogtreecommitdiff
path: root/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-05-30 11:50:05 +0200
committerKarel Kočí <cynerd@email.cz>2020-05-30 11:50:05 +0200
commit8f4ed24f438b1fb1d308b4d33f9be0cf0cb5cad5 (patch)
treef7711695aca9940387606e1310b968abbec53b66 /updater.lua
parent3d78a068cbe7ce0eccf65491aef2d235d31fae99 (diff)
downloadopenwrt-personal-pkgs-8f4ed24f438b1fb1d308b4d33f9be0cf0cb5cad5.tar.gz
openwrt-personal-pkgs-8f4ed24f438b1fb1d308b4d33f9be0cf0cb5cad5.tar.bz2
openwrt-personal-pkgs-8f4ed24f438b1fb1d308b4d33f9be0cf0cb5cad5.zip
updater.lua: accept all home routers
Diffstat (limited to 'updater.lua')
-rw-r--r--updater.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua
index 03ba163..2695fd9 100644
--- a/updater.lua
+++ b/updater.lua
@@ -47,7 +47,7 @@ elseif hostname == "turris-home" then
vpn = true
sentinel = true
Install("transmission-daemon-openssl")
-elseif hostname == "mox-home" then
+elseif hostname:match("-home$") then
tools = true
elseif hostname:match("^work-") then
tools = true