[openwrt/openwrt] mediatek: filogic: fix sysupgrade for ex5601-t0-stock

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 16 13:49:57 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/74f0c951548bd47805f11d879bd8fdc95ae07453

commit 74f0c951548bd47805f11d879bd8fdc95ae07453
Author: Pietro Ameruoso <p.ameruoso at live.it>
AuthorDate: Fri Feb 14 16:50:40 2025 +0100

    mediatek: filogic: fix sysupgrade for ex5601-t0-stock
    
    fix undesired red warning when upgrading in place ex5601-t0-stock model.
    
    Signed-off-by: Pietro Ameruoso <p.ameruoso at live.it>
    Link: https://github.com/openwrt/openwrt/pull/17973
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index b188add1bd..a019f50461 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1729,7 +1729,6 @@ define Device/zyxel_ex5601-t0-stock
   DEVICE_DTS := mt7986a-zyxel-ex5601-t0-stock
   DEVICE_DTS_DIR := ../dts
   DEVICE_PACKAGES := kmod-mt7915e kmod-mt7986-firmware mt7986-wo-firmware kmod-usb3
-  SUPPORTED_DEVICES := mediatek,mt7986a-rfb-snand
   UBINIZE_OPTS := -E 5
   BLOCKSIZE := 256k
   PAGESIZE := 4096




More information about the lede-commits mailing list