summaryrefslogtreecommitdiff
path: root/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-08-12 16:19:39 +0200
committerKarel Kočí <cynerd@email.cz>2020-08-12 16:19:39 +0200
commitbf24e13ee81a77aa39e2af11f4a778c7bef39f0b (patch)
treefc0c00a1ba6f7c179999acdc6c325f3a0b9e4075 /updater.lua
parentb2f7f1e3f09d532f55fc3e215a81cdd007b634dd (diff)
downloadopenwrt-personal-pkgs-bf24e13ee81a77aa39e2af11f4a778c7bef39f0b.tar.gz
openwrt-personal-pkgs-bf24e13ee81a77aa39e2af11f4a778c7bef39f0b.tar.bz2
openwrt-personal-pkgs-bf24e13ee81a77aa39e2af11f4a778c7bef39f0b.zip
mount-data: create package
Diffstat (limited to 'updater.lua')
-rw-r--r--updater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua
index e64908e..9811682 100644
--- a/updater.lua
+++ b/updater.lua
@@ -47,6 +47,7 @@ elseif hostname == "turris-home" then
vpn = true
sentinel = true
Install("transmission-daemon-openssl")
+ Install("mount-data")
elseif hostname:match("-home$") then
tools = true
elseif hostname:match("^work-") then