David Lutz
2d465fbf57
ath79: Add support for Sophos AP15C
...
The Sophos AP15C uses the same hardware as the AP15, but has a reset button.
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 AP15C:
- Reset button
- External RJ45 serial console port
Flashing instructions:
This firmware can be flashed either via a compatible Sophos SG or XG
firewall appliance, which does not require disassembling the device, or via
the U-Boot console available on the internal UART header.
To flash via XG appliance:
- Register on Sophos' website for a no-cost Home Use XG firewall license
- Download and install the XG software on a compatible PC or virtual
machine, complete initial appliance setup, and enable SSH console access
- Connect the target AP device to the XG appliance's LAN interface
- Approve the AP from the XG Web UI and wait until it shows as Active
(this can take 3-5 minutes)
- Connect to the XG appliance over SSH and access the Advanced Console
(Menu option 5, then menu option 3)
- Run `sudo awetool` and select the menu option to connect to an AP via
SSH. When prompted to enable SSH on the target AP, select Yes.
- Wait 2-3 minutes, then select the AP from the awetool menu again. This
will connect you to a root shell on the target AP.
- Copy the firmware to /tmp/openwrt.bin on the target AP via SCP/TFTP/etc
- Run `mtd -r write /tmp/openwrt.bin astaro_image`
- When complete, the access point will reboot to OpenWRT.
To flash via U-Boot serial console:
- Configure a TFTP server on your PC, and set IP address 192.168.99.8 with
netmask 255.255.255.0
- Copy the firmware .bin to the TFTP server and rename to 'uImage_AP15C'
- Open the target AP's enclosure and locate the 4-pin 3.3V UART header [4]
- Connect the AP ethernet to your PC's ethernet port
- Connect a terminal to the UART at 115200 8/N/1 as usual
- Power on the AP and press a key to cancel autoboot when prompted
- Run the following commands at the U-Boot console:
- `tftpboot`
- `cp.b $fileaddr 0x9f070000 $filesize`
- `boot`
- The access point will boot to OpenWRT.
Signed-off-by: David Lutz <kpanic@hirnduenger.de>
(cherry picked from commit a7abc7ec3b61be553f33c49e5acc90a4d539d992)
2024-11-16 21:03:52 +01: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
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2024-02-07 14:48:34 +01:00
2021-04-08 09:20:59 +02:00
2024-01-05 16:17:57 +01:00
2021-02-24 02:53:53 +01:00
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2024-07-04 19:30:37 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-20 14:02:13 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2023-03-22 22:25:08 +01:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +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
2024-02-07 14:48:34 +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
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-07-04 19:30:37 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2022-11-12 17:10:12 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +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
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-08-06 20:15:30 +02:00
2023-11-25 21:34:18 -08:00
2022-08-06 20:15:30 +02:00
2023-11-25 21:34:18 -08:00
2022-12-17 20:48:57 +01:00
2022-11-12 17:10:12 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-10-19 17:30:50 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-08-06 00:34:14 +02:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2021-03-22 09:23:10 +01:00
2021-03-22 09:23:10 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2024-02-07 14:48:34 +01:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2023-11-25 21:34:18 -08:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-01-05 16:17:58 +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
2024-06-09 12:24:15 +02:00
2022-11-09 22:55:33 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +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
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-01-31 13:42:12 +01:00
2024-02-07 14:48:34 +01:00
2024-01-07 01:19:54 +01:00
2024-05-09 23:51:14 +02:00
2024-01-07 01:19:54 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2021-01-15 18:32:38 +01:00
2024-01-25 23:45:41 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2020-11-18 21:13:46 +01:00
2020-11-18 21:13:46 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2024-01-20 19:57:57 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2024-01-20 19:57:57 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2024-06-09 12:24:15 +02:00
2024-01-20 19:57:57 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2021-06-06 18:56:45 +02:00
2021-06-06 18:56:45 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-01-05 16:17:58 +01:00
2024-02-07 14:48:34 +01:00
2024-07-21 16:51:52 +02:00
2020-09-25 23:26:34 +02:00
2023-02-26 22:22:48 +01:00
2024-02-07 14:48:34 +01:00
2023-07-01 15:51:26 +02:00
2023-06-25 13:18:31 +02:00
2023-06-25 13:18:31 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-02-26 22:22:48 +01:00
2024-06-09 12:24:15 +02:00
2024-07-28 18:47:56 +02:00
2024-07-28 18:47:56 +02:00
2024-07-28 18:47:56 +02:00
2024-07-28 18:47:56 +02:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +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
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-08-30 14:54:02 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08: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
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2021-08-20 18:13:55 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +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
2023-11-25 21:34:18 -08:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +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
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:57 +01:00
2023-11-27 00:34:49 +01:00
2024-05-09 23:53:02 +02:00
2023-11-25 17:14:04 -08:00
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2023-11-25 17:14:04 -08:00
2024-08-29 21:14:50 +02:00
2024-02-07 14:48:34 +01:00
2024-05-11 16:57:28 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-10-19 17:56:46 +02:00
2024-07-04 19:30:37 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 17:14:04 -08:00
2024-02-07 14:48:34 +01:00
2024-10-22 12:25:58 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-10-20 22:07:32 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-09-21 18:03:31 +02:00
2024-06-09 12:24:15 +02:00
2023-10-31 13:53:11 +01:00
2023-10-31 13:53:11 +01:00
2024-07-04 19:30:37 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2022-05-21 13:54:08 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-09-16 12:49:26 +02:00
2023-09-16 12:49:26 +02:00
2023-09-16 12:49:26 +02:00
2022-05-21 13:54:02 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2024-06-09 12:24:15 +02:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2021-08-20 18:13:55 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +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
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-05-27 00:32:57 +02:00
2024-03-31 18:09:43 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-01 17:09:02 +01:00
2024-02-07 14:48:34 +01:00
2024-03-08 17:35:01 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2022-02-01 14:54:16 +09:00
2022-02-01 14:54:16 +09:00
2024-02-07 14:48:34 +01:00
2024-03-02 14:08:08 +01:00
2024-03-02 14:08:08 +01:00
2024-02-07 14:48:34 +01:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2024-02-01 17:09:03 +01:00
2024-06-09 12:24:15 +02:00
2024-03-08 17:35:01 +01:00
2024-08-24 14:38:57 +02:00
2024-11-16 21:03:52 +01:00
2024-08-25 15:08:25 +02:00
2024-06-14 21:05:19 +02:00
2024-06-09 12:24:15 +02:00
2024-10-19 23:16:20 +02:00
2020-12-14 16:57:21 +01:00
2020-12-14 16:59:49 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-03-08 17:35:01 +01:00
2024-06-09 12:24:15 +02:00
2024-03-24 21:10:59 +01:00
2024-05-11 16:57:28 +02:00
2024-02-07 14:48:34 +01:00
2020-12-22 19:11:50 +01:00
2024-05-11 16:57:28 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-05-11 16:57:28 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-11-07 14:57:37 +01:00
2024-03-08 17:35:01 +01:00
2024-03-08 17:35:01 +01:00
2024-01-07 01:19:56 +01:00
2024-01-07 01:19:56 +01:00
2024-01-07 01:19:56 +01:00
2022-04-16 16:59:29 +02:00
2024-10-19 17:56:46 +02:00
2024-10-19 17:56:46 +02:00
2024-10-19 17:56:46 +02:00
2024-10-19 17:56:46 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2021-06-05 01:17:11 +02:00
2021-06-05 01:17:11 +02:00
2024-06-09 12:24:15 +02:00
2024-02-01 17:09:02 +01:00
2024-02-01 17:09:02 +01:00
2021-01-19 21:41:26 +01:00
2021-01-19 21:41:26 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +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
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2023-11-25 17:14:04 -08:00
2024-06-09 12:24:15 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2023-11-25 17:14:04 -08:00
2023-11-25 17:14:04 -08:00
2024-06-14 21:05:19 +02:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-02-07 14:48:34 +01:00
2024-08-29 21:05:59 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-03-09 20:00:11 +01:00
2024-03-09 20:00:11 +01:00
2024-06-09 12:24:15 +02:00
2023-11-26 18:27:35 +01:00
2023-11-25 17:14:04 -08: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
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2023-02-25 14:31:42 +01:00
2023-02-25 14:31:42 +01:00
2023-11-25 17:14:04 -08:00
2024-08-29 21:23:58 +02:00
2024-08-29 21:05:59 +02:00
2024-02-07 14:48:34 +01:00
2022-11-12 17:10:12 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2022-06-15 20:07:26 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-01-23 10:41:20 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-05-25 19:52:42 +02:00
2024-01-07 23:06:17 +01: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
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2024-02-01 17:09:02 +01:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2023-05-06 20:59:46 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-10-31 18:58:22 +01:00
2023-05-06 20:59:46 +02:00
2022-02-26 17:46:10 +01:00
2024-02-07 14:48:34 +01:00
2022-02-26 17:46:10 +01:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2024-02-07 14:48:34 +01:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2023-11-25 19:43:32 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2020-05-18 13:35:38 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00