From 4785df48a965adf8685f4abe1f1cdc6f2f3fbe59 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 20 Jan 2024 03:56:02 +0100 Subject: [PATCH] PRSTux: Disable OTAs We haven't been offering any for years, and I've just killed zsync support there anyway. --- frontend/device/sony-prstux/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/device/sony-prstux/device.lua b/frontend/device/sony-prstux/device.lua index ee26dc9fd..32a1e3495 100644 --- a/frontend/device/sony-prstux/device.lua +++ b/frontend/device/sony-prstux/device.lua @@ -14,7 +14,7 @@ local SonyPRSTUX = Generic:extend{ model = "Sony PRSTUX", isSonyPRSTUX = yes, hasKeys = yes, - hasOTAUpdates = yes, + hasOTAUpdates = no, hasWifiManager = yes, canReboot = yes, canPowerOff = yes,