From 0aebb75c0122549fd83ecc130fa83c21a7c680da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 Apr 2019 09:10:39 +0200 Subject: personal-pkgs-repo: add sentinel to routers --- personal-pkgs-repo/files/updater.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'personal-pkgs-repo/files/updater.lua') diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 79c6847..d8085d0 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -31,17 +31,20 @@ Package("personal-pkgs-repo", { replan = "finished" }) local tools = false local vpn = false local bigclown = false +local sentinel = false uci_cursor:foreach("system", "system", function(s) hostname = s['hostname'] end) if hostname == "turris-prague" then tools = true vpn = true bigclown = true + sentinel = true Install("6to4") Install("etherwake") elseif hostname == "turris-home" then tools = true vpn = true + sentinel = true Install("transmission-daemon-openssl") end @@ -60,3 +63,6 @@ if bigclown then Install("mosquitto", "mosquitto-client") Install("bigclown-leds") end +if bigclown then + Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") +end -- cgit v1.2.3