Manuel Niekamp
0dc5821489
ath79: add support for Sophos AP15
...
The Sophos AP15 seems to be very close to Sophos AP55/AP100.
Based on:
commit 6f1efb289837 ("ath79: add support for Sophos AP100/AP55 family")
author Andrew Powers-Holmes <andrew@omnom.net>
Fri, 3 Sep 2021 15:53:57 +0200 (23:53 +1000)
committer Hauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Apr 2022 16:59:29 +0200 (16:59 +0200)
Unique to AP15:
- Green and yellow LED
- 2T2R 2.4GHz 802.11b/g/n via SoC WMAC
- No buttons
- No piezo beeper
- No 5.8GHz
Flashing instructions:
- Derived from UART method described in referenced commit, methods
described there should work too.
- Set up a TFTP server; IP address has to be 192.168.99.8/24
- Copy the firmware (initramfs-kernel) to your TFTP server directory
renaming it to e.g. boot.bin
- Open AP's enclosure and locate UART header (there is a video online)
- Terminal connection parameters are 115200 8/N/1
- Connect TFTP server and AP via ethernet
- Power up AP and cancel autoboot when prompted
- Prompt shows 'ath> '
- Commands used to boot:
ath> tftpboot 0x81000000 boot.bin
ath> bootm 0x81000000
- Device should boot OpenWRT
- IP address after boot is 192.168.1.1/24
- Connect to device via browser
- Permanently flash using the web ui (flashing sysupgrade image)
- (BTW: the AP55 images seem to work too, only LEDs are not working)
Testing done:
- To be honest: Currently not so much testing done.
- Flashed onto two devices
- Devices are booting
- MAC addresses are correct
- LEDs are working
- Scanning for WLANs is working
Big thanks to all the people working on this great project!
(Sorry about my english, it is not my native language)
Signed-off-by: Manuel Niekamp <m.niekamp@richter-leiterplatten.de>
2022-08-06 20:33:59 +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
2022-04-15 07:11:18 +02: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
2022-06-24 17:10:24 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2022-06-24 17:10:24 +02:00
2022-06-15 20:07:26 +02:00
2020-09-25 23:26:34 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02: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-06-24 17:09:54 +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-08-06 20:15:30 +02:00
2022-03-30 17:48:30 +02:00
2022-08-06 20:15:30 +02:00
2022-08-06 20:15:30 +02:00
2022-03-30 17:48:30 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02: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-06-15 20:07:26 +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-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
2022-04-16 01:27:09 +00: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-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2021-01-15 18:32:38 +01:00
2022-06-15 20:07:26 +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-06-15 20:07:26 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2020-11-03 18:34:10 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2021-07-19 14:51:22 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02: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-29 12:34:49 +02:00
2022-02-07 00:03:27 +01:00
2022-04-15 07:11:18 +02:00
2020-09-25 23:26:34 +02:00
2022-06-19 12:31:02 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2021-01-19 15:39:36 +01:00
2021-01-19 15:39:36 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2021-07-19 14:51:22 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2021-12-11 00:50:02 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-18 11:57:21 +02:00
2021-07-19 14:51:22 +02:00
2021-12-29 22:55:16 +01:00
2022-06-18 11:54:40 +02: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
2022-06-30 00:23:42 +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-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-04-30 23:56:47 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-06-05 21:19:32 +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 13:54:08 +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
2022-06-18 11:57:21 +02:00
2022-06-18 11:57:21 +02:00
2022-04-15 07:11:18 +02:00
2022-05-21 13:54:02 +02:00
2022-05-21 13:54:02 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2022-06-29 12:36:04 +02:00
2022-03-08 18:33:42 +01:00
2022-04-18 07:24:09 +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 07:11:18 +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-04-15 07:11:18 +02: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
2022-06-18 11:57:21 +02: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
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
2022-06-18 11:57:19 +02:00
2022-06-18 11:57:21 +02:00
2022-06-18 11:57:21 +02: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
2022-04-15 07:11:18 +02:00
2022-06-29 12:34:49 +02:00
2020-10-02 13:51:39 +02:00
2021-10-31 21:24:47 +01:00
2022-04-16 16:59:29 +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
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02: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-08-06 20:33:59 +02:00
2022-04-16 16:59:29 +02:00
2022-04-16 16:59:29 +02:00
2022-04-16 16:59:29 +02:00
2022-04-16 16:59:29 +02:00
2022-06-15 20:07:26 +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-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-18 19:30:44 +02:00
2021-07-19 14:51:22 +02:00
2022-06-30 00:16:59 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2021-08-18 23:46:02 +02:00
2022-06-15 20:07:26 +02:00
2022-07-12 09:25:43 +02:00
2021-08-18 23:46:02 +02:00
2022-06-15 20:07:26 +02:00
2021-08-18 23:46:02 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2022-06-16 21:39:32 +02:00
2022-06-18 19:30:44 +02:00
2022-06-22 17:47:11 +02:00
2022-06-16 21:39:32 +02:00
2022-06-18 19:30:44 +02:00
2022-06-28 10:58:16 +02:00
2022-06-16 21:39:32 +02:00
2022-06-18 09:36:21 +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
2022-06-15 20:07:26 +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
2022-06-15 20:07:26 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2022-06-15 20:07:26 +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-06-15 20:07:26 +02:00
2021-08-20 18:13:55 +02:00
2022-06-15 20:07:26 +02:00
2020-10-02 13:51:39 +02:00
2022-04-15 07:11:18 +02:00
2020-10-02 13:51:39 +02:00
2022-06-15 20:07:26 +02:00
2022-02-26 17:46:10 +01:00
2022-06-15 20:07:26 +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-06-15 20:07:26 +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-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