David Bauer
daf1fdc6ad
ath79: add support for ZTE MF281
...
Add support for the ZTE MF281 battery-powered WiFi router.
Hardware
--------
SoC: Qualcomm Atheros QCA9563
RAM: 128M DDR2
FLASH: 2M SPI-NOR (GigaDevice GD25Q16)
128M SPI-NAND (GigaDevice)
WLAN: QCA9563 2T2R 802.11 abgn
QCA9886 2T2R 802.11 nac
WWAN: ASRMicro ASR1826
ETH: Qualcomm Atheros QCA8337
UART: 115200 8n1
Unpopulated connector next to SIM slot
(SIM) GND - RX - TX - 3V3
Don't connect 3V3
BUTTON: Reset - WPS
LED: 1x debug-LED (internal)
LEDs on front of the device are controlled
using the modem CPU and can not be controlled
by OpenWrt
Installation
------------
1. Connect to the serial console. Power up the device and interrupt
autoboot when prompted
2. Connect a TFTP server reachable at 192.168.1.66 to the ethernet port.
Serve the OpenWrt initramfs image as "speedbox-2.bin"
3. Boot the initramfs image using U-Boot
$ setenv serverip 192.168.1.66
$ setenv ipaddr 192.168.1.154
$ tftpboot 0x84000000 speedbox-2.bin
$ bootm
4. Copy the OpenWrt factory image to the device using scp and write to
the NAND flash
$ mtd write /path/to/openwrt/factory.bin firmware
WWAN
----
The WWAN card can be used with OpenWrt. Example configuration for
connection with a unauthenticated dual-stack APN:
network.lte=interface
network.lte.proto='ncm'
network.lte.device='/dev/ttyACM0'
network.lte.pdptype='IPV4V6'
network.lte.apn='internet.telekom'
network.lte.ipv6='auto'
network.lte.delay='10'
The WWAN card is running a modified version of OpenWrt and handles
power-management as well as the LED controller (AW9523). A root shell
can be acquired by installing adb using opkg and executing "adb shell".
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 1e1695f959e678868bb7911d059b847f38fc9cf4)
2022-09-08 22:53:15 +02:00
..
2021-04-08 09:20:59 +02:00
2021-04-08 09:20:59 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-07-01 23:26:49 +02:00
2021-04-08 09:20:59 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-12-11 00:50:02 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-03-08 18:33:42 +01:00
2021-02-24 02:53:53 +01:00
2022-07-15 15:22:08 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2022-05-17 21:14:46 +02:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-07-07 17:13:16 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-07-15 15:22:07 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2022-01-16 21:42:19 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-03-30 17:49:06 +02:00
2022-03-30 17:49:06 +02:00
2022-03-30 17:49:06 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-05-01 13:17:57 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-03-22 09:23:10 +01:00
2021-03-22 09:23:10 +01:00
2022-02-19 13:10:01 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-01 23:26:49 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2022-02-27 15:09:36 +01:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-08-26 15:07:18 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-01-31 13:42:12 +01:00
2021-02-24 02:53:53 +01:00
2022-01-19 16:40:12 +01:00
2021-11-01 00:43:18 +01:00
2021-01-15 18:32:38 +01:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-11-18 21:13:46 +01:00
2020-11-18 21:13:46 +01:00
2022-05-21 20:52:39 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2021-08-22 22:41:52 +02:00
2021-08-22 22:41:41 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2022-02-27 15:09:36 +01:00
2022-03-13 19:54:57 +01:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-06-06 18:56:45 +02:00
2021-06-06 18:56:45 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-12-03 12:30:08 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-10-30 16:32:59 +02:00
2021-05-01 13:17:57 +02:00
2020-09-25 23:26:34 +02:00
2022-06-30 10:05:24 +02:00
2022-02-07 00:03:27 +01:00
2022-01-13 09:33:29 +01:00
2020-09-25 23:26:34 +02:00
2021-11-03 12:45:40 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2022-03-26 19:09:59 +01:00
2021-01-19 15:39:36 +01:00
2021-01-19 15:39:36 +01:00
2021-12-11 00:50:02 +01:00
2022-01-09 21:12:28 +01:00
2021-07-19 14:51:22 +02:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2022-02-07 00:03:27 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-06-07 00:25:11 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-20 01:26:14 +01:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-12-29 22:55:16 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-04-08 09:20:59 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2022-01-13 09:33:29 +01:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2022-02-27 15:09:36 +01:00
2022-02-27 15:09:36 +01:00
2022-02-27 15:09:36 +01:00
2022-02-27 15:09:36 +01:00
2022-02-27 16:54:54 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2020-09-25 23:26:34 +02:00
2022-05-01 13:23:12 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-06-07 22:28:59 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2022-03-17 21:55:10 +01:00
2021-07-28 14:25:53 +02:00
2021-11-01 00:15:09 +01:00
2022-05-21 15:45:40 +02:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2021-07-19 14:51:22 +02:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-26 13:57:02 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-01-04 01:09:32 +01:00
2021-01-04 01:09:32 +01:00
2022-01-13 09:33:29 +01:00
2022-05-21 15:45:33 +02:00
2022-05-21 15:45:33 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2022-06-30 10:05:25 +02:00
2022-03-08 18:33:42 +01:00
2022-04-18 07:25:22 +02:00
2021-11-20 21:08:21 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2022-04-15 08:14:50 +02:00
2022-03-13 12:39:58 +09:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2020-10-02 13:51:39 +02:00
2022-01-13 09:33:29 +01:00
2021-07-19 14:51:22 +02:00
2022-03-13 19:54:57 +01:00
2021-07-19 14:51:22 +02:00
2021-01-04 01:09:32 +01:00
2022-02-01 14:54:16 +09:00
2022-02-01 14:54:16 +09:00
2022-02-01 14:54:16 +09:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-07-19 14:51:22 +02:00
2022-08-29 02:37:36 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2020-12-04 15:50:24 +01:00
2021-07-19 14:51:22 +02:00
2022-03-13 19:54:58 +01:00
2020-12-14 16:57:21 +01:00
2020-12-14 16:59:49 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-25 01:42:17 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2021-08-20 18:13:55 +02:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2021-01-04 01:09:32 +01:00
2021-11-20 21:08:25 +01:00
2021-02-09 13:10:33 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-02-24 02:53:53 +01:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2021-10-31 21:24:47 +01:00
2022-06-30 10:05:24 +02:00
2020-10-02 13:51:39 +02:00
2021-10-31 21:24:47 +01:00
2022-04-19 21:45:46 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-06-05 01:17:11 +02:00
2021-06-05 01:17:11 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-01-19 21:41:26 +01:00
2021-01-19 21:41:26 +01:00
2021-07-19 14:51:22 +02:00
2022-01-09 21:12:28 +01:00
2022-01-16 20:51:14 +01:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2022-04-19 21:45:46 +02:00
2022-04-19 21:45:46 +02:00
2022-04-19 21:45:46 +02:00
2022-04-19 21:45:46 +02:00
2022-04-19 21:45:46 +02:00
2021-08-18 23:46:02 +02:00
2021-11-28 01:13:08 +01:00
2021-11-28 01:13:08 +01:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2022-02-19 13:10:01 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2022-02-26 13:36:30 +01:00
2020-12-04 15:50:24 +01:00
2021-02-24 02:53:53 +01:00
2021-06-06 21:21:51 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2022-01-30 01:16:14 +09:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2021-04-10 20:57:37 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-09-25 19:28:54 +02:00
2022-05-17 21:14:46 +02:00
2021-07-19 14:51:22 +02:00
2020-11-23 22:53:15 +01:00
2021-12-05 18:49:14 +01:00
2020-11-23 22:53:15 +01:00
2020-11-23 22:53:15 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-09-05 23:52:35 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2022-04-15 08:14:50 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2022-09-08 22:53:15 +02:00
2022-02-26 17:46:10 +01:00
2022-06-07 22:28:59 +02:00
2022-02-26 17:46:10 +01:00
2022-02-26 17:46:10 +01:00
2022-02-26 17:46:10 +01:00
2022-02-20 13:45:06 +09:00
2022-02-27 16:54:55 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-05-18 13:35:38 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00