From 09036c49cb485eeb5db23907584fe8745758d505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Sep 2021 17:50:03 +0200 Subject: updater: remove turris-prague and add dean --- updater.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/updater.lua b/updater.lua index 5faa56b..3baa229 100644 --- a/updater.lua +++ b/updater.lua @@ -35,11 +35,12 @@ local bigclown = false local public = false uci_cursor:foreach("system", "system", function(s) hostname = s['hostname'] end) -if hostname == "turris-prague" then +if hostname == "dean" then tools = true vpn = true - public = true - Install("6to4") + Install("kmod-usb-net-asix-ax88179") + Install("kmod-usb-serial-pl2303") + Install("kmod-usb-serial-ftdi") elseif hostname == "turris-home" then tools = true vpn = true -- cgit v1.2.3