summaryrefslogtreecommitdiff
path: root/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-09-23 07:36:02 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-09-23 07:36:02 +0200
commitae7351399b24cadf686e40b10a3f11a725dc5966 (patch)
treef24ac0ab3eca6599f055c15336864b2c7b8c0922 /updater.lua
parente9b7e6e5fc5c0079e9239b50c3372ac995c7f6f7 (diff)
downloadopenwrt-personal-pkgs-ae7351399b24cadf686e40b10a3f11a725dc5966.tar.gz
openwrt-personal-pkgs-ae7351399b24cadf686e40b10a3f11a725dc5966.tar.bz2
openwrt-personal-pkgs-ae7351399b24cadf686e40b10a3f11a725dc5966.zip
updater.lua: add mox-home
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 f861428..31f6a6a 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 == "mox-home" then
+ tools = true
elseif hostname:match("^work-") then
tools = true
end