1
1
openwrt/package/boot/uboot-mediatek/patches
Mikhail Zhilkin 17dc71c08d mediatek: add support for netis EAP930 V1
This commit adds support for netis EAP930 V1 ceiling access point.

Specification
-------------
- SoC       : MediaTek MT7981BA dual-core ARM Cortex-A53 1.3 GHz
- RAM       : 256 MiB DDR3 (ESMT M15T2G16128A-EFB)
- Flash     : SPI-NAND 128 MiB (ESMT F50L1G41LB-104)
- WLAN      : MediaTek MT7976CN dual-band WiFi 6
  - 2.4 GHz : b/g/n/ax,  MIMO 2x2
  - 5 GHz   : a/n/ac/ax, MIMO 2x2
- Ethernet  : 10/100/1000 Mbps x1 (SoC internal phy)
- USB       : No
- Buttons   : Reset
- LEDs      : 1x Status (red), gpio-controlled
              1x Status (blue), gpio-controlled
- Power     : 48 VDC (PoE) or 12 VDC, 1.5 A

Installation
------------
1. Connect to the access point using ssh (user: admin, pass: web interface
   password)
2. Make mtd backup:
   cat /dev/mtd0 | gzip -1 -c > /tmp/mtd0_spi0.0.bin.gz
   cat /dev/mtd1 | gzip -1 -c > /tmp/mtd1_BL2.bin.gz
   cat /dev/mtd2 | gzip -1 -c > /tmp/mtd2_u-boot-env.bin.gz
   cat /dev/mtd3 | gzip -1 -c > /tmp/mtd3_Factory.bin.gz
   cat /dev/mtd4 | gzip -1 -c > /tmp/mtd4_FIP.bin.gz
   cat /dev/mtd5 | gzip -1 -c > /tmp/mtd5_ubi.bin.gz
3. Download mtd backup from the /tmp dir of the router to your PC using
   scp protocol
4. Upload OpenWrt 'bl31-uboot.fip', 'preloader.bin' images to the /tmp
   dir of the router using scp protocol
5. Write FIP and BL2 (replace bootloader):
   mtd write /tmp/bl31-uboot.fip FIP
   mtd write /tmp/preloader.bin spi0.0
6. Place OpenWrt
   'openwrt-mediatek-filogic-netis_eap930-v1-initramfs-recovery.itb' image
   on the tftp server (IP: 192.168.1.254)
7. Erase 'ubi' partition and reboot the router:
   mtd erase ubi
   reboot
8. U-Boot automatically boot OpenWrt recovery image from tftp server to
   the RAM (1 Gbps link is required)
9. Upload OpenWrt 'sysupgrade.itb' image to the /tmp dir of the router
   (IP: 192.168.1.1) using scp protocol
10. Connect to the router using ssh and run:
    sysupgrade -n squashfs-sysupgrade.itb

Recovery
--------
1. Place OpenWrt
   'openwrt-mediatek-filogic-netis_eap930-v1-initramfs-recovery.itb' image
   on the tftp server (IP: 192.168.1.254)
2. Press Reset button and power on the router. After ~10 sec release
   the button.
3. Use OpenWrt initramfs system for recovery

Return to stock
---------------
1. Upload stock BL2, FIP, ubi partitions backup archives to the /tmp dir
   of the router using scp protocol
2. Connect to the router using ssh and run:
   apk update && apk add kmod-mtd-rw
   insmod mtd-rw i_want_a_brick=1
   mtd unlock BL2
   mtd unlock FIP
4. Restore backups:
   zcat /tmp/mtd1_BL2.bin.gz | mtd write - BL2
   zcat /tmp/mtd4_FIP.bin.gz | mtd write - FIP
   zcat /tmp/mtd5_ubi.bin.gz | mtd write - ubi
3. Reboot the router:
   reboot

UART
----
Connection parameters: 115200, 8N1, 3.3V
UART pins are silkscreened on the PCB.

MAC addresses
-------------
+---------+-------------------+-----------+
|         | MAC               | Algorithm |
+---------+-------------------+-----------+
| LAN     | 88:xx:xx:88:xx:d3 | label     |
| WLAN 2g | 88:xx:xx:18:xx:d4 |           |
| WLAN 5g | 88:xx:xx:78:xx:d4 |           |
+---------+-------------------+-----------+
The LAN MAC (hex) was found in 'Factory', 0x1fef20
The WLAN 2g/5g MAC prototype (hex) was found in 'Factory', 0x4

Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23133
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-26 00:50:00 +02:00
..
001-pinctrl-mediatek-MT7981-fix-GPIO9-register-map.patch uboot-mediatek: backport various pinctrl fixes 2026-02-22 23:07:18 +01:00
002-pinctrl-mediatek-set-MT798x-rev-as-MTK_PINCTRL_V1.patch uboot-mediatek: backport various pinctrl fixes 2026-02-22 23:07:18 +01:00
007-ARM-dts-build-DT-for-MT7987-RFB.patch uboot-mediatek: add builds for the MediaTek MT7987 reference board 2025-11-05 14:19:39 +00:00
010-clk-mediatek-mt7622-fix-infracfg-and-pericfg-clock-o.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
100-01-drivers-mtd-add-support-for-MediaTek-SPI-NAND-flash-.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-02-mtd-mtk-snand-add-support-for-SPL.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-03-mtd-add-a-new-mtd-device-type-for-NMBM.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-04-mtd-add-core-facility-code-of-NMBM.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-05-mtd-nmbm-add-support-for-mtd.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-06-common-board_r-add-support-to-initialize-NMBM-after-.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-07-cmd-add-nmbm-command.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-09-mtd-mtk-snand-add-NMBM-support-for-SPL.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-10-cmd-add-a-new-command-for-NAND-flash-debugging.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-11-env-add-support-for-NMBM-upper-MTD-layer.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-12-mtd-spi-nor-add-support-to-read-flash-unique-ID.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-13-cmd-sf-add-support-to-read-flash-unique-ID.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-14-common-spl-spl_nand-enable-CONFIG_SYS_NAND_U_BOOT_OF.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-16-board-mt7622-use-new-spi-nand-driver.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-17-board-mt7981-add-reference-board-using-new-spi-nand-.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-18-mtd-spi-nor-add-more-flash-ids.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-19-mtd-spi-nand-add-more-spi-nand-chips.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-20-mtd-spi-nand-add-support-for-FudanMicro-chips.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-21-mtd-spi-nand-add-CASN-page-support.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
100-22-mmc-mtk-sd-add-support-to-display-verbose-error-log.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-23-cmd-ubi-make-volume-find-create-remove-APIs-public.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-24-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
100-25-env-ubi-add-support-to-create-environment-volume-if-.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
100-26-mtd-ubi-add-support-for-UBI-end-of-filesystem-marker.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
101-03-mtd-spinand-fix-support-for-FORESEE.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
102-mtd-spinand-esmt-add-support-for-F50L1G41LC.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
103-01-mt7622-enable-pstore.patch uboot-mediatek: adjust the reserved memory regions 2025-08-24 13:22:09 +02:00
103-02-mt7981-enable-pstore.patch uboot-mediatek: adjust the reserved memory regions 2025-08-24 13:22:09 +02:00
103-03-mt7986-enable-pstore.patch uboot-mediatek: adjust the reserved memory regions 2025-08-24 13:22:09 +02:00
103-04-mt7988-enable-pstore.patch uboot-mediatek: adjust the reserved memory regions 2025-08-24 13:22:09 +02:00
104-snfi-add-support-for-GD5F1GQ5UE.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
105-configs-add-usefull-stuff-to-mt7988-rfb.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
106-configs-sync-mt7981-rfb-storage.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
107-configs-add-useful-options-to-mt7981-rfb.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
108-dts-arm64-mt7981-rfb-add-mtd-partitions.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
109-snfi-FM35Q1GA-is-x4-only.patch uboot-mediatek: sync with mtk-openwrt/u-boot 20250711 2025-07-19 02:59:16 +01:00
110-pinctrl-mediatek-MT7981-some-register-map-fixes.patch uboot-mediatek: backport various pinctrl fixes 2026-02-22 23:07:18 +01:00
111-mtd-nand-spi-otp-add-NULL-guards-to-OTP-size-functions.patch uboot-mediatek: mtd: nand: spi: otp: add NULL guards to OTP size functions 2026-05-26 00:30:14 +02:00
120-use-xz-instead-of-lzma.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
129-board-mediatek-wire-up-NMBM-support.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
160-net-phy-add-support-for-Airoha-ethernet-PHY-driver.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
180-rng-mtk-rng-convert-Linux-driver-to-U-Boot-driver-mo.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
181-rng-mtk-rng-v2-add-U-Boot-driver-for-Mediatek-TRNG-v.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
190-mediatek-mt7623-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
191-mediatek-mt7622-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
192-mediatek-mt7986-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
193-mediatek-mt7981-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
194-mediatek-mt7988-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
195-mediatek-mt7987-add-RNG-node.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
200-cmd-add-imsz-and-imszb.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
211-cmd-bootmenu-custom-title.patch uboot-mediatek: bump to v2025.04 2025-05-31 21:16:41 +02:00
220-cmd-env-readmem.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
230-cmd-add-pstore-check.patch uboot-mediatek: update to U-Boot 2024.01 release 2024-02-15 19:06:37 +00:00
250-fix-mmc-erase-timeout.patch uboot-mediatek: update to v2025.07 2025-07-19 02:59:15 +01:00
280-image-fdt-save-name-of-FIT-configuration-in-chosen-node.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
300-mt7623-fix-mmc-get-env-dev.patch uboot-mediatek: update to U-Boot 2024.10 2024-10-13 03:00:45 +01:00
301-mt7622-generic-reset-button-ignore-env.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
302-mt7623-generic-reset-button-ignore-env.patch uboot-mediatek: update to U-Boot 2024.10 2024-10-13 03:00:45 +01:00
303-mt7986-generic-reset-button-ignore-env.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
304-mt7981-generic-reset-button-ignore-env.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
305-mt7988-generic-reset-button-ignore-env.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
306-mt7987-generic-reset-button-ignore-env.patch uboot-mediatek: add builds for the MediaTek MT7987 reference board 2025-11-05 14:19:39 +00:00
310-mt7988-select-rootdisk.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
311-mt7986-select-rootdisk.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
312-mt7622-select-rootdisk.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
313-mt7623-select-rootdisk.patch mediatek: mt7623: phase out uImage.FIT partition parser 2024-02-24 03:02:35 +00:00
314-mt7981-select-rootdisk.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
315-mt7987-select-rootdisk.patch uboot-mediatek: add builds for the MediaTek MT7987 reference board 2025-11-05 14:19:39 +00:00
400-update-bpir2-defconfig.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
401-update-u7623-defconfig.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
402-update-bananapi-bpi-r64-device-tree.patch uboot-mediatek: fix factory/reset button 2023-04-20 11:40:24 +01:00
403-add-bananapi_bpi-r64-snand.patch mediatek: mt7622: convert BPi-R64 to all-UBI layout and fitblk 2024-02-15 19:30:08 +00:00
404-add-bananapi_bpi-r64_defconfigs.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
405-dts-mt7623n-bpi-r2-fix-leds.patch uboot-mediatek: fix factory/reset button 2023-04-20 11:40:24 +01:00
406-dts-mt7623n-bpi-r2-uart0-force-highspeed.patch uboot-mediatek: fix factory/reset button 2023-04-20 11:40:24 +01:00
408-arm-mediatek-add-back-mt7622-LK-image-header.patch uboot-mediatek: fix mt7622 rfb1 build 2025-07-19 02:59:15 +01:00
410-add-linksys-e8450.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
412-add-ubnt-unifi-6-lr.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
420-add-support-for-RAVPower-RP-WD009.patch uboot-mediatek: update to v2025.07 2025-07-19 02:59:15 +01:00
421-zbtlink_zbt-wg3526-16m.patch uboot-mediatek: update to U-Boot v2025.10 2025-10-10 16:35:58 +01:00
429-add-netcore-n60.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
430-add-bpi-r3.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
431-add-xiaomi_redmi-ax6000.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
432-add-tplink-xdr608x.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
433-add-qihoo_360t7.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
434-add-xiaomi_mi-router-wr30u.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
435-add-h3c_magic-nx30-pro.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
436-add-glinet-mt6000.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
437-add-cmcc_rax3000m.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
438-add-jcg_q30-pro.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
439-add-zyxel_ex5601-t0.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
440-add-xiaomi_mi-router-ax3000t.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
441-add-jdcloud_re-cp-03.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
442-add-bpi-r3-mini.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
443-add-nokia_ea0326gmp.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
444-add-abt_asr3000.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
445-add-cudy_tr3000-v1.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
445-add-netis-nx31.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
445-add-netis-nx32u.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
446-add-cmcc_a10.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
447-add-konka_komi-a31.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
448-add-comfast_cf-wr632ax.patch uboot-mediatek: comfast cf-wr632ax: sync with the main DTS 2026-05-17 13:04:23 +02:00
449-add-cudy_wbr3000uax-v1.patch uboot-mediatek: cleanup whitespace in patch 2026-05-26 00:23:37 +02:00
450-add-bpi-r4.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
451-add-tplink-xtr8488.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
452-add-xiaomi-redmi-ax6s.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
453-add-openwrt-one.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
454-add-glinet-x3000.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
455-add-qihoo_360t7-ubi.patch uboot-mediatek: add Qihoo 360T7 (UBI) support 2026-05-09 15:42:26 +02:00
456-add-arcadyan-mozart.patch uboot-mediatek: cleanup whitespace in patch 2026-05-26 00:23:37 +02:00
457-initialized-the-watchdog-subsystem-later.patch uboot-mediatek: update to v2026.01 2026-01-24 00:17:22 +00:00
458-add-GatoNetworks-GDSP.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
459-add-mercusys-mr90x-v1.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
460-add-routerich-ax3000.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
461-add-asus-zenwifi-bt8.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
461-add-netis-nx30v2.patch mediatek: filogic: add support for netis MEX605 2026-05-14 23:07:00 +02:00
462-add-netcore-n60-pro.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
463-add-snr-snr-cpe-ax2.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
464-add-GL.iNet-GL-MT2500-Brume2.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
465-add-acer_predator-w6x.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
466-add-imou-hx21.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
467-add-routerich-be7200.patch uboot-mediatek: port RNG drivers and enable them 2026-03-05 02:28:32 +00:00
468-add-cudy_wr3000e-v1.patch mediatek: add cudy wr3000e-v1 ubootmod 2026-03-27 11:27:39 +01:00
468-add-cudy_wr3000h-v1.patch mediatek: add cudy wr3000h-v1 ubootmod 2026-03-27 11:27:39 +01:00
468-add-cudy_wr3000p-v1.patch mediatek: add cudy wr3000p-v1 ubootmod 2026-03-27 11:27:39 +01:00
468-add-cudy_wr3000s-v1.patch mediatek: add cudy wr3000s-v1 ubootmod 2026-03-27 11:27:39 +01:00
469-add-netis-eap930-v1.patch mediatek: add support for netis EAP930 V1 2026-05-26 00:50:00 +02:00
470-add-bpi-r4-lite.patch uboot-mediatek: bpi-r4-lite fix emmc frequency 2026-04-08 00:17:56 +02:00
471-add-zyzel-wx5600-t0.patch uboot-mediatek: cleanup whitespace in patch 2026-05-26 00:23:37 +02:00
472-add-globitel-bt-r320.patch uboot-mediatek: fix BT-R320 malformed patch 2026-05-25 21:57:51 +02:00
500-adapt-mt7987-rfb.patch uboot-mediatek: add builds for the MediaTek MT7987 reference board 2025-11-05 14:19:39 +00:00
501-add-cmd-msize.patch uboot-mediatek: add command for getting size of ram 2026-01-24 22:15:29 +01:00
502-add-bazis-ax3000wm.patch uboot-mediatek: cleanup whitespace in patch 2026-05-26 00:23:37 +02:00
503-add-wavlink-wl-wnt100x3.patch uboot-mediatek: fix malformed patch 2026-05-22 01:47:47 +01:00