openwrt/package
Valerio 'ftp21' Mancini 413b237d13 uboot-mediatek: add support for Zyxel WX5600-T0
This access point is a ‘friend’ of the T56 supplied by Odido but with DDR3 RAM and with two Ethernet 2.5 (GPY211)

The flash procedure is similar to other Zyxel T56/EX5600/EX5601

If you need backup please use the T56 guide

Please refer to https://openwrt.org/inbox/toh/zyxel/wx5600-t0 for detailed flash informations

We can install all with U-boot and mtk_uartboot.
Load Uboot:

```
./mtk_uartboot -a -p ./mt7986-ram-ddr3-bl2.bin -s /dev/ttyUSB0 -f openwrt-mediatek-filogic-zyxel_wx5600-t0-ubootmod-bl31-uboot.fip
```
**WARNING: Please use a GBIT ethernet or force it on system**
**WARNING: Please use only LAN2 port in Uboot**
Press 0 on Bootmenu
```
mtd erase ubi
run ubi_format
bootmenu
```
Load and write BL2 and U-boot:
```
8
7
```

Load and write recovery and production
```
6
5
```

Signed-off-by: Valerio 'ftp21' Mancini <ftp21@ftp21.eu>
Link: https://github.com/openwrt/openwrt/pull/18364
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 1dbb2d55ac)
Link: https://github.com/openwrt/openwrt/pull/22659
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-03-30 12:54:24 +02:00
..
base-files OpenWrt v25.12.2: revert to branch defaults 2026-03-26 14:35:28 +01:00
boot uboot-mediatek: add support for Zyxel WX5600-T0 2026-03-30 12:54:24 +02:00
devel gdb: add CPPFLAGS 2026-02-17 22:30:19 +01:00
firmware linux-firmware: update to 20260221 2026-03-30 12:48:46 +02:00
kernel kernel: add kmods for vsockets over virtio 2026-03-29 17:29:13 +02:00
libs libubox: set abi version to previous bump for stable release 2026-03-15 19:35:03 +01:00
network hostapd: fix memory leak in rrm ubus interface 2026-03-22 15:17:05 +01:00
system apk: add help text for 'apk add --force-reinstall' 2026-03-27 20:50:50 +01:00
utils jsonfilter: update to Git HEAD (2026-03-16) 2026-03-16 00:52:52 +01:00
Makefile build: use STAGING_DIR for special APK package versions 2026-03-07 10:12:44 +01:00