summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updater.lua7
1 files 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