Andreas Gnau
dd0c2839a8
ramips: Add support for Genexis / Inteno Pulse EX400
...
Add support for Genexis Pulse EX400 / Inteno Pulse EX400. A branded
variant for the Finnish ISP DNA has already been added in fea2264d9fdd
(ramips: mt7621: Add DNA Valokuitu Plus EX400, 2023-07-31). This commit
adds support for the generic variants with Inteno and Genexis branding.
Inteno changed its name to Genexis and both brandings exist.
In terms of electronics, there is no difference between the DNA-branded
version and other brandings. LED markings on the case are different,
though. While the DNA-version has a "software-update" LED, the other
versions have a WPS LED. To reduce user confusion, create a separate
image.
Add the different device-tree with the different LED and rename things
to work the same way for both variants.
Specifications:
- Device: Genexis Pulse EX400 / Inteno Pulse EX400
- SoC: MT7621A
- Flash: 256 MB NAND
- RAM: 256 MB
- Ethernet: Built-in, 2 x 1 GbE
- Wifi: MT7603 2.4 GHz 2x2 MIMO, MT7615 5 GHz 4x4 MU-MIMO
- USB: 1x 2.0
- LEDs (GPIO): green/red status, green WPS
- LEDs (SX9512, unsupported): Broadband, Wi-Fi 2.4G, Wi-Fi 5G
- Buttons (GPIO): Reset
- Buttons (SX9512, unsupported): Wi-Fi 2.4G, Wi-Fi 5G, WPS
MAC addresses:
- LAN: U-Boot 'ethaddr' (label)
- WAN: label + 1
- 2.4 GHz: label + 6
- 5 GHz: label + 7
Serial:
There is a black block connector next to the red ethernet connector. It
is accessible also through holes in the casing.
Pinout (TTL 3.3V)
+---+---+
|Tx |Rx |
+---+---+
|Vcc|Gnd|
+---+---+
Firmware:
The vendor firmware is a fork of OpenWrt (Reboot) with a kernel version
4.4.93. The flash is arranged as below and there is a dual boot
mechanism alternating between rootfs_0 and rootfs_1.
+-------+------+------+-----------+-----------+
| | env1 | env2 | rootfs_0 | rootfs_1 |
| +------+------+-----------+-----------+
| | UBI volumes |
+-------+-------------------------------------+
|U-Boot | UBI |
+-------+-------------------------------------+
|mtd0 | mtd1 |
+-------+-------------------------------------+
| NAND |
+---------------------------------------------+
In OpenWrt rootfs_0 will be used as a boot partition that will contain the
kernel and the dtb. The squashfs rootfs and overlay are standard OpenWrt
behaviour.
+-------+------+------+-----------+--------+------------+
| | env1 | env2 | rootfs_0 | rootfs | rootfs_data|
| +------+------+-----------+--------+------------+
| | UBI volumes |
+-------+-----------------------------------------------+
|U-Boot | UBI |
+-------+-----------------------------------------------+
|mtd0 | mtd1 |
+-------+-----------------------------------------------+
| NAND |
+-------------------------------------------------------+
U-boot:
With proper serial access, booting can be halted to U-boot by pressing
any key. TFTP and flash writes are available, but only the first one has
been tested.
NOTE: Recovery mode can be accessed by holding down the reset button while
powering on the device. The led 'Update' will show a solid green light
once ready. A web server will be running at 192.168.1.1:80 and it will
allow flashing a firmware package. You can cycle between rootfs_0 and
rootfs_1 by pressing the reset button once.
Root password:
With the vendor web UI create a backup of your settings and download the
archive to your computer. Within the archive in the file
/etc/shadow replace the password hash for root with that of a password you
know. Restore the configuration with the vendor web UI and you will have
changed the root password.
SSH access:
You might need to enable the SSH service for LAN interface as by default
it's enabled for WAN only.
Installing OpenWrt:
With the vendor web UI, or from the U-Boot recovery UI, install the
OpenWrt factory image. Alternatively, ssh to the device and use
sysupgrade -n from cli.
Finalize by installing the OpenWrt sysupgrade image to get a fully
functioning system.
Reverting to the vendor firmware:
Boot with OpenWrt initramfs image
- Remove volumes rootfs_0, rootfs and rootfs_data and create vendor
volumes.
ubirmvol /dev/ubi0 -n 2
ubirmvol /dev/ubi0 -n 3
ubirmvol /dev/ubi0 -n 4
ubimkvol /dev/ubi0 -N rootfs_0 -S 990
ubimkvol /dev/ubi0 -N rootfs_1 -S 990
Power off and enter to the U-boot recovery to install the vendor
firmware.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Link: https://github.com/openwrt/openwrt/pull/17551
(cherry picked from commit 3e7337feead8e0a0f5a05f5b91d7d0fd7f14ec56)
Link: https://github.com/openwrt/openwrt/pull/18238
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-03-15 12:03:19 +01:00
..
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2022-11-13 22:36:06 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2023-11-26 00:15:58 +01:00
2023-11-26 00:15:58 +01:00
2021-08-25 01:42:16 +02:00
2021-08-25 01:42:16 +02:00
2021-08-25 01:42:16 +02:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2022-11-13 22:36:06 +01:00
2022-11-13 22:36:06 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2020-10-02 14:51:57 +02:00
2023-10-17 12:07:27 +02:00
2025-01-04 19:25:34 +01:00
2024-02-21 13:31:18 +01:00
2025-03-15 11:54:54 +01:00
2024-02-21 13:31:18 +01:00
2024-08-06 00:34:14 +02:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-08 00:01:22 +01:00
2024-02-21 13:31:18 +01:00
2024-02-08 00:01:22 +01:00
2025-02-13 00:32:30 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2022-03-16 23:14:25 +09:00
2022-03-16 23:14:25 +09:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2022-09-12 21:37:08 +01:00
2022-09-12 21:37:08 +01:00
2022-09-12 21:37:08 +01:00
2024-07-10 12:20:35 +02:00
2024-07-10 12:20:35 +02:00
2021-08-24 20:26:00 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2023-11-25 01:11:18 +01:00
2023-11-25 01:11:18 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-04-13 17:40:51 +02:00
2024-08-06 00:34:14 +02:00
2024-08-06 00:34:14 +02:00
2024-05-09 22:24:48 +02:00
2024-05-09 22:24:48 +02:00
2024-05-09 22:24:48 +02:00
2024-02-21 13:31:18 +01:00
2024-09-22 15:31:11 +02:00
2024-10-06 14:07:37 +02:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2020-11-25 19:34:13 +01:00
2024-02-21 13:31:18 +01:00
2024-07-21 18:47:37 +02:00
2024-05-10 00:05:25 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2023-10-17 12:07:27 +02:00
2022-01-15 17:12:12 +01:00
2024-07-10 12:20:35 +02:00
2021-06-05 23:39:14 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2022-01-15 17:12:12 +01:00
2022-01-15 17:12:12 +01:00
2024-02-21 13:31:18 +01:00
2020-09-25 23:26:40 +02:00
2024-02-07 14:48:43 +01:00
2022-01-15 17:12:12 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-08-25 15:08:25 +02:00
2025-01-04 19:25:34 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-11-28 18:48:16 +00:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2021-06-05 23:39:14 +02:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-05-01 13:50:54 +01:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-06-17 12:57:06 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-01-07 01:41:22 +01:00
2024-05-01 13:50:54 +01:00
2024-01-07 01:41:22 +01:00
2024-05-01 13:50:54 +01:00
2024-06-14 14:41:30 +02:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-06-05 21:14:16 +02:00
2024-06-05 21:14:16 +02:00
2024-06-05 21:14:16 +02:00
2024-06-05 21:14:16 +02:00
2024-06-05 21:14:16 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2025-01-18 19:21:57 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2023-11-25 15:48:41 +01:00
2024-05-01 13:50:54 +01:00
2023-11-25 15:48:41 +01:00
2024-05-01 13:50:54 +01:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-11-28 18:46:39 +00:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2023-08-27 19:13:36 +02:00
2024-02-21 13:31:18 +01:00
2024-05-09 22:24:31 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-22 22:53:30 +01:00
2024-02-22 22:53:30 +01:00
2024-02-22 22:53:30 +01:00
2024-02-22 22:53:30 +01:00
2024-02-22 22:53:30 +01:00
2024-02-22 22:53:30 +01:00
2024-05-09 22:24:31 +02:00
2024-06-02 18:41:17 +02:00
2024-06-14 14:44:04 +02:00
2024-09-22 19:38:21 +02:00
2024-05-09 22:24:31 +02:00
2024-05-09 22:24:31 +02:00
2024-05-09 22:24:31 +02:00
2024-05-09 22:24:31 +02:00
2023-08-27 19:13:36 +02:00
2024-02-21 13:31:18 +01:00
2024-06-15 22:54:52 +02:00
2024-06-15 22:54:52 +02:00
2025-03-15 12:03:19 +01:00
2024-02-07 14:48:43 +01:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2024-05-01 13:50:54 +01:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-09-22 18:52:07 +02:00
2024-05-01 13:50:54 +01:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2023-01-14 15:41:00 +01:00
2023-01-14 15:41:00 +01:00
2024-05-01 13:50:54 +01:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2023-11-26 01:30:32 +01:00
2024-06-16 21:24:11 +02:00
2023-10-09 11:15:52 +02:00
2024-05-01 13:50:54 +01:00
2024-05-25 19:33:28 +02:00
2024-09-22 18:52:07 +02:00
2024-09-22 18:52:07 +02:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-10-19 17:23:36 +02:00
2024-10-19 17:23:36 +02:00
2024-10-19 17:23:36 +02:00
2025-03-15 12:03:19 +01:00
2025-03-15 12:03:19 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2022-07-31 19:23:24 +02:00
2022-07-31 19:23:24 +02:00
2022-07-31 19:23:24 +02:00
2022-11-05 22:38:01 +01:00
2024-05-01 13:50:54 +01:00
2024-06-15 22:54:52 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-11-28 18:46:39 +00:00
2024-01-17 01:14:49 +01:00
2024-05-01 13:50:54 +01:00
2024-01-17 01:14:49 +01:00
2024-05-01 13:50:54 +01:00
2024-01-17 01:14:49 +01:00
2024-05-01 13:50:54 +01:00
2024-01-17 01:14:49 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2022-01-15 20:43:14 +09:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-06-15 22:54:52 +02:00
2022-01-15 20:43:14 +09:00
2024-07-10 12:20:35 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-07-10 12:20:35 +02:00
2024-05-01 13:50:54 +01:00
2024-07-10 12:20:35 +02:00
2024-05-11 17:24:10 +02:00
2024-05-01 13:50:54 +01:00
2024-07-21 20:54:31 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2020-10-02 14:51:57 +02:00
2024-01-17 01:14:50 +01:00
2020-10-02 14:51:57 +02:00
2021-06-05 23:39:14 +02:00
2021-07-11 16:58:12 +02:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-06-17 12:57:06 +02:00
2024-05-01 13:50:54 +01:00
2024-10-12 22:26:56 +02:00
2024-11-28 18:46:39 +00:00
2024-10-12 22:26:56 +02:00
2024-10-19 23:05:31 +02:00
2024-10-12 22:26:56 +02:00
2024-10-12 22:26:56 +02:00
2024-10-12 22:26:56 +02:00
2024-02-21 13:31:18 +01:00
2024-07-29 01:09:24 +02:00
2022-06-13 15:26:23 +08:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2021-09-26 15:15:36 +02:00
2021-09-26 15:15:30 +02:00
2021-09-26 15:38:01 +02:00
2024-06-17 12:57:06 +02:00
2024-05-01 13:50:54 +01:00
2024-06-17 12:57:06 +02:00
2024-05-01 13:50:54 +01:00
2020-10-02 14:51:57 +02:00
2024-05-01 13:50:54 +01:00
2024-07-21 20:05:14 +02:00
2024-02-21 13:31:18 +01:00
2024-09-19 23:11:58 +02:00
2024-05-01 13:50:54 +01:00
2024-09-19 23:11:58 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-06-14 14:41:30 +02:00
2024-09-22 18:59:54 +02:00
2024-05-25 20:20:30 +02:00
2024-06-14 14:43:07 +02:00
2024-10-29 21:25:04 +01:00
2024-10-29 21:25:04 +01:00
2024-02-21 13:31:18 +01:00
2022-11-05 22:38:01 +01:00
2024-06-17 12:57:06 +02:00
2024-07-10 12:20:35 +02:00
2024-06-17 12:57:06 +02:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2021-06-13 11:32:31 +02:00
2024-05-01 13:50:54 +01:00
2021-06-13 11:32:31 +02:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-10-31 10:45:11 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-10-06 18:58:47 +02:00
2024-05-01 13:50:54 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-11-25 16:42:03 +01:00
2024-11-25 16:42:03 +01:00
2024-11-28 18:46:24 +00:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2025-01-27 12:56:29 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2022-04-30 23:56:47 +02:00
2024-01-17 01:14:50 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2021-08-30 00:37:47 +02:00
2021-08-30 00:37:47 +02:00
2024-07-10 12:20:35 +02:00
2024-01-07 01:41:22 +01:00
2024-09-19 23:11:58 +02:00
2024-07-10 12:20:35 +02:00
2024-07-28 20:21:08 +02:00
2024-06-17 12:57:06 +02:00
2020-12-08 17:18:57 +01:00
2024-06-17 12:57:06 +02:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2020-11-12 17:18:26 +01:00
2024-02-07 14:48:43 +01:00
2024-05-01 13:50:54 +01:00
2022-02-07 00:03:27 +01:00
2022-02-07 00:03:27 +01:00
2022-02-07 00:03:27 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2024-05-01 13:50:54 +01:00
2024-05-01 13:50:54 +01:00
2024-07-10 12:20:35 +02:00
2024-07-10 12:20:35 +02:00
2024-07-10 12:20:35 +02:00
2024-06-25 20:42:54 +01:00
2024-05-01 13:50:54 +01:00
2024-07-29 01:09:24 +02:00
2024-07-29 01:09:24 +02:00
2024-07-29 01:09:24 +02:00
2021-12-05 18:49:14 +01:00
2022-11-05 21:12:25 +01:00
2022-11-05 21:12:25 +01:00
2024-11-28 18:46:14 +00:00
2024-11-28 18:46:14 +00:00
2022-03-09 15:38:32 +09:00
2023-06-20 21:48:23 +08:00
2024-05-01 13:50:54 +01:00
2024-02-21 13:31:18 +01:00
2020-09-25 23:26:40 +02:00
2022-01-15 17:12:12 +01:00
2024-02-21 13:31:18 +01:00
2021-08-30 00:37:47 +02:00
2024-11-28 18:46:39 +00:00
2024-11-28 18:46:53 +00:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-02-21 13:31:18 +01:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-07-12 02:43:58 +01:00
2024-06-11 00:09:06 +02:00
2024-06-11 00:09:06 +02:00
2024-06-11 00:09:06 +02:00
2024-02-21 13:31:18 +01:00
2023-10-17 12:07:27 +02:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2020-10-02 14:51:57 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2022-01-22 01:17:04 +01:00
2023-10-17 12:07:27 +02:00
2024-02-21 13:31:18 +01:00
2024-06-10 10:13:56 +02:00
2024-02-21 13:31:18 +01:00
2024-07-11 18:57:41 +02:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2021-08-20 18:10:48 +02:00
2024-02-21 13:31:18 +01:00
2021-08-20 18:10:48 +02:00
2024-07-11 18:57:41 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-07-10 12:20:35 +02:00
2022-12-04 15:21:12 +08:00
2025-01-04 19:25:34 +01:00
2025-01-04 19:25:34 +01:00
2023-10-17 12:07:27 +02:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2020-09-25 23:26:40 +02:00
2020-09-25 23:26:40 +02:00
2022-01-15 17:12:12 +01:00
2024-07-11 18:57:41 +02:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2025-01-04 19:25:34 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-07-10 12:20:35 +02:00
2024-07-10 12:20:35 +02:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-06-17 12:57:06 +02:00
2020-10-02 14:51:57 +02:00
2025-01-04 19:25:34 +01:00
2022-01-15 17:12:12 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2025-01-04 19:25:34 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-02-07 14:48:43 +01:00
2024-06-16 21:24:11 +02:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-07-10 12:20:35 +02:00
2022-11-07 12:33:42 +01:00
2022-11-07 12:33:42 +01:00
2022-11-07 12:33:42 +01:00
2024-02-21 13:31:18 +01:00
2024-03-23 23:38:33 +01:00
2022-11-07 12:33:42 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-01-10 20:56:06 +01:00
2024-02-21 13:31:18 +01:00
2024-06-16 21:24:11 +02:00
2024-05-16 13:11:08 +03:00
2024-05-16 13:11:08 +03:00
2024-06-16 21:24:11 +02:00
2024-02-07 14:48:43 +01:00
2024-06-16 21:24:11 +02:00
2024-02-21 13:31:18 +01:00
2024-06-16 21:24:11 +02:00
2024-02-21 13:31:18 +01:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-06-16 21:24:11 +02:00
2024-12-14 20:34:55 +01:00
2024-02-21 13:31:18 +01:00
2024-02-07 14:48:43 +01:00
2024-02-08 00:01:22 +01:00
2021-08-18 23:46:02 +02:00
2025-01-04 19:25:34 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2022-01-15 17:12:12 +01:00
2024-07-11 18:57:41 +02:00
2024-07-11 18:57:41 +02:00
2024-02-21 13:31:18 +01:00
2024-02-08 00:01:22 +01:00
2024-02-08 00:01:22 +01:00
2024-06-16 21:24:11 +02:00
2024-06-15 22:54:52 +02:00
2024-08-13 00:48:06 +02:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-02-07 14:48:43 +01:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-09-11 00:17:05 +02:00
2024-09-11 00:17:05 +02:00
2024-02-21 13:31:18 +01:00
2024-11-28 18:48:59 +00:00
2024-08-25 15:08:25 +02:00
2025-01-04 19:25:34 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-08-06 00:34:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2025-02-02 20:36:41 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-10-25 13:56:14 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-02-21 13:31:18 +01:00
2020-09-25 23:26:40 +02:00
2020-09-25 23:26:40 +02:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2024-02-21 13:31:18 +01:00
2024-02-21 13:31:18 +01:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-10-25 13:56:14 +02:00
2024-10-25 13:56:14 +02:00