diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-10 11:39:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-10 11:39:33 +0100 |
commit | 22178983bf5989b01e4523c0cbb8813dd8f90d35 (patch) | |
tree | 0f68cc5ba2a661476c50b5fc8e50000a436b3c36 | |
parent | 45c300126e4a1f72eba94791f8da27e7082c2ec6 (diff) | |
download | openwrt-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.lua | 2 |
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 |