summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo/files/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-28 18:20:41 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-28 18:20:41 +0100
commit4988898765c5eb25aa11242bedafaa8234f611c6 (patch)
tree23002b9e0496a2a52c4d5f04487e409a8d3c299f /personal-pkgs-repo/files/updater.lua
parentaa6c1f7ddf512f719037d1f6bba1c56adf92777c (diff)
downloadopenwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.gz
openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.bz2
openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.zip
personal-pkgs-repo: Install 6to4 on turris-prague
Diffstat (limited to 'personal-pkgs-repo/files/updater.lua')
-rw-r--r--personal-pkgs-repo/files/updater.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua
index 228969d..5cf6d97 100644
--- a/personal-pkgs-repo/files/updater.lua
+++ b/personal-pkgs-repo/files/updater.lua
@@ -31,8 +31,11 @@ Install("grep", "coreutils-sha256sum")
Install("iperf", "iperf3")
Install("sysstat", "strace", "gdbserver")
+-- Device specific
if hostname == "turris-home" then
Install("transmission-daemon-openssl")
+elseif hostname == "turris-prague" then
+ Install("6to4")
end
-- Sentinel!