Mikhail Zhilkin
1b091311aa
ramips: add support for Sercomm CPJ routers
...
This commit adds support for following wireless routers:
- Rostelecom RT-FL-1 (Serсomm RT-FL-1)
- Rostelecom S1010 (Serсomm S1010.RT)
The devices are almost identical and the only difference is one bit in the
factory image PID (thanks to Maximilian Weinmann <x1@disroot.org>
(@MaxS0niX) for the info and idea to make one PR for two devices at once).
Devices specification
---------------------
SoC: MediaTek MT7620A, MIPS
RAM: 64 MB
Flash: 16 MB SPI NOR
Wireless 2.4: MT7620 (b/g/n, 2x2)
Wireless 5: MT7612EN (a/n/ac, 2x2)
Ethernet: 5xFE (WAN, LAN1-4)
BootLoader: U-Boot
Buttons: 2 (wps, reset)
LEDs: 1 amber and 1 green status GPIO leds
5 green ethernet GPIO leds
1 green GPIO 2.4 GHz WLAN led
1 green PHY 5 GHz WLAN led
1 green unmanaged power led
USB ports: No
Power: 12 VDC, 1 A
Connector: Barrel
OEM easy installation
---------------------
1. Remove all dots from the factory image filename (except the dot
before file extension)
2. Upload and update the firmware via the original web interface
3. Wait until green status led stops blinking (can take several minutes)
4. Login to OpenWrt initramsfs. It's recommended to make a backup of the
mtd partitions at this point.
4. Perform sysupgrade using the following command (or use Luci):
sysupgrade -n sysupgrade.bin
5. Wait until green status les stops blinking (can take several minutes)
6. Mission acomplished
Return to Stock
---------------
Option 1. Restore firmware Slot1 from a backup (firmware2.bin):
cd /tmp
mtd -e Firmware2 write firmware2.bin Firmware2
printf 1 | dd bs=1 seek=$((0x18007)) count=1 of=/dev/mtdblock2
reboot
Option 2. Decrypt, ungzip and split stock firmware image into the parts,
take Slot1 parts (kernel2.bin, rootfs2.bin) and write them:
cd /tmp
mtd -e Kernel2 write kernel2.bin Kernel2
mtd -e RootFS2 write rootfs2.bin RootFS2
printf 1 | dd bs=1 seek=$((0x18007)) count=1 of=/dev/mtdblock2
reboot
More about stock firmware decryption:
Link: https://github.com/Psychotropos/sercomm_fwutils/
Debricking
----------
Use sercomm-recovery tool. You can use "ALL" mtd partition backup as a
recovery image.
Link: https://github.com/danitool/sercomm-recovery
MAC addresses
-------------
+---------+-------------------+-----------+
| | MAC | Algorithm |
+---------+-------------------+-----------+
| label | 48:3e:xx:xx:xx:1e | label |
| LAN | 48:3e:xx:xx:xx:1e | label |
| WAN | 48:3e:xx:xx:xx:28 | label+10 |
| WLAN 2g | 48:3e:xx:xx:xx:20 | label+2 |
| WLAN 5g | 48:3e:xx:xx:xx:24 | label+6 |
+---------+-------------------+-----------+
Co-authored-by: Vadzim Vabishchevich <bestmc2009@gmail.com>
Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
2023-11-25 01:11:18 +01:00
..
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2021-07-19 14:51:22 +02:00
2022-11-13 22:36:06 +01:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-11-02 20:42:53 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-12-13 19:36:10 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02: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
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2022-11-13 22:36:06 +01:00
2022-11-13 22:36:06 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-29 22:49:35 +01:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-06-23 14:22:18 +08:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2022-03-16 23:14:25 +09:00
2022-03-16 23:14:25 +09:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02: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
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-08-24 20:26:00 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2021-06-23 14:22:18 +08:00
2021-06-23 14:22:18 +08:00
2023-10-17 12:07:27 +02:00
2021-06-23 14:22:18 +08:00
2023-11-25 01:11:18 +01:00
2023-11-25 01:11:18 +01:00
2023-10-17 12:07:26 +02:00
2023-11-25 01:11:18 +01:00
2021-06-23 14:22:18 +08:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2022-09-12 21:37:08 +01:00
2021-08-20 18:13:50 +02:00
2022-09-12 21:37:08 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-06-23 14:22:18 +08:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2022-01-15 17:12:12 +01:00
2023-10-17 12:07:27 +02:00
2021-06-05 23:39:14 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02: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
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2022-01-15 17:12:12 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-07-30 13:09:23 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-12-13 19:36:10 +01:00
2021-12-13 19:36:10 +01:00
2021-12-13 19:36:10 +01:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:28 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-07-30 13:09:23 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-09-11 11:41:57 +02:00
2022-02-26 13:36:30 +01:00
2021-06-05 23:39:14 +02:00
2022-08-20 22:56:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2021-07-19 14:51:22 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2022-06-13 15:26:23 +08:00
2023-10-09 11:15:52 +02:00
2023-07-01 16:05:01 +02:00
2023-10-09 11:15:52 +02:00
2022-11-13 21:51:22 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 12:07:26 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-11-08 17:16:18 +01:00
2023-10-09 11:15:52 +02:00
2023-05-02 18:24:52 +02:00
2023-05-02 18:24:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-11-19 19:35:39 +01:00
2023-08-27 19:13:36 +02:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2021-08-20 18:13:50 +02:00
2021-08-20 18:13:50 +02:00
2021-08-20 18:13:50 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-08-27 19:13:36 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-03-13 12:37:25 +09:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2023-01-14 15:41:00 +01:00
2023-01-14 15:41:00 +01:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-07-12 20:36:32 +02:00
2023-07-12 20:36:32 +02:00
2023-10-09 11:15:52 +02: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
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:51 +02:00
2023-10-09 11:15:52 +02:00
2021-09-25 19:28:54 +02:00
2023-10-09 11:15:52 +02:00
2022-12-30 16:12:15 +08:00
2023-10-09 11:15:52 +02:00
2022-01-15 20:43:14 +09:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-01-15 20:43:14 +09:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2022-08-20 22:56:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2023-02-09 03:03:52 +01:00
2021-06-05 23:39:14 +02:00
2021-07-11 16:58:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2023-11-03 21:16:29 +00:00
2023-11-03 23:06:07 +01:00
2022-11-12 18:15:55 +01:00
2022-08-20 22:56:12 +02:00
2022-12-06 01:47:36 +01:00
2022-02-26 13:36:30 +01:00
2022-08-20 22:56:12 +02:00
2022-01-13 09:33:29 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-06-13 15:26:23 +08:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-07-28 19:42:46 +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
2023-07-28 19:42:46 +02:00
2023-02-03 13:47:04 +01:00
2023-02-03 13:47:04 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-07-28 19:42:46 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-08-20 22:56:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-11-13 21:51:22 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-11-05 22:38:01 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2021-07-19 14:51:22 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2021-06-13 11:32:31 +02:00
2023-10-17 20:57:07 +08:00
2021-06-13 11:32:31 +02:00
2023-10-09 11:15:52 +02:00
2023-10-22 11:11:43 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-17 20:57:07 +08:00
2023-10-31 13:56:58 +01:00
2023-01-22 14:37:47 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-07-14 11:38:12 +02:00
2023-07-18 11:27:30 +02:00
2023-07-14 11:38:12 +02:00
2023-10-17 20:57:07 +08:00
2022-09-11 20:26:42 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-01-07 01:32:58 +01:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-10-23 01:45:52 +02:00
2023-01-05 00:10:14 +01:00
2022-10-23 01:45:52 +02:00
2022-08-20 22:56:12 +02:00
2022-04-30 23:56:47 +02:00
2022-04-30 23:56:47 +02:00
2022-04-30 23:56:47 +02:00
2023-11-02 20:42:53 +01:00
2023-10-09 11:15:52 +02:00
2021-08-30 00:37:47 +02:00
2021-08-30 00:37:47 +02:00
2023-10-09 11:15:52 +02:00
2023-07-01 16:05:01 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-05-20 23:24:50 +02:00
2022-08-20 22:56:12 +02:00
2023-01-28 22:11:44 +01:00
2023-01-28 22:11:44 +01:00
2023-01-28 22:11:44 +01:00
2023-10-09 11:15:52 +02: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
2021-01-21 22:52:02 +01:00
2022-08-20 22:56:12 +02:00
2022-08-20 22:56:12 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-10-17 20:57:07 +08:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +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
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-03-09 15:38:32 +09:00
2023-06-20 21:48:23 +08:00
2023-10-09 11:15:52 +02:00
2023-10-09 11:15:52 +02:00
2022-01-15 17:12:12 +01:00
2023-10-09 11:15:52 +02:00
2021-08-30 00:37:47 +02:00
2023-10-09 11:15:52 +02:00
2023-10-29 18:51:11 +01:00
2023-10-09 11:15:52 +02:00
2023-02-09 03:03:52 +01:00
2022-08-18 18:02:51 +02:00
2023-10-17 20:57:07 +08:00
2023-10-09 11:15:52 +02:00
2023-10-17 20:57:07 +08:00
2023-09-12 14:57:54 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2022-04-16 15:30:11 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2022-01-22 01:17:04 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-07-19 14:51:22 +02:00
2023-10-17 12:07:26 +02:00
2021-07-19 14:51:22 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2021-08-20 18:10:48 +02:00
2023-10-17 12:07:26 +02:00
2021-08-20 18:10:48 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2022-12-04 15:21:12 +08:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2022-01-15 17:12:12 +01:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2022-09-11 01:30:11 +02:00
2022-09-11 01:30:11 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-08-20 18:13:50 +02:00
2023-10-17 12:07:26 +02:00
2022-01-15 17:12:12 +01:00
2023-04-02 19:25:37 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-11-19 21:29:39 +01: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
2023-10-17 12:07:27 +02:00
2022-11-07 12:33:42 +01:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-10-30 22:05:25 +02:00
2023-10-17 12:07:26 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:50 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2021-08-18 23:46:02 +02:00
2022-01-15 17:12:12 +01:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-07-30 13:09:23 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-07-30 13:09:23 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-07-30 13:09:23 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-07-19 14:51:22 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-07-30 13:09:23 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:27 +02:00
2023-07-30 13:09:23 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:26 +02:00
2023-10-17 12:07:27 +02:00
2023-07-30 13:09:23 +02:00