From 461816e6880a013e51dc8777154f9956e657adb9 Mon Sep 17 00:00:00 2001 From: darkbit <@darkbit:stratum0.org> Date: Thu, 10 Mar 2022 21:59:35 +0100 Subject: [PATCH] Adding support for the Speedport W504V This 8/64 device is supported by OpenWRT. But as it requires opening the case to access the UART for flashing, it is not eligible to be added to the mainline gluon. --- targets/lantiq-xway | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/targets/lantiq-xway b/targets/lantiq-xway index d551538c..42e9d835 100644 --- a/targets/lantiq-xway +++ b/targets/lantiq-xway @@ -12,6 +12,11 @@ device('avm-fritz-box-7312', 'avm_fritz7312', { factory = false, }) +device('speedport-w504v', 'arcadyan_arv8539pw22', { + factory = false, + broken = true, -- barely tested, cannot be flashed without opening the case +}) + device('netgear-dgn3500b', 'netgear_dgn3500b', { factory_ext = '.img', }) -- GitLab