[openwrt/openwrt] mediatek: filogic: Cudy WR3000H: Fix SUPPORTED_DEVICES
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 17 14:21:21 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/197c6ee66c8e30ce43074225543bf6bc7047f826
commit 197c6ee66c8e30ce43074225543bf6bc7047f826
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Jan 17 23:23:10 2025 +0100
mediatek: filogic: Cudy WR3000H: Fix SUPPORTED_DEVICES
Fix the name used for the transition image from Cudy.
This should make it possible to use the cudy transition image.
Fixes: 9d66b8b312fb ("mediatek: filogic: Add support for cudy wr3000h")
Link: https://github.com/openwrt/openwrt/pull/17652
(cherry picked from commit 0f8a5a5fd6929a3795a67ad4f98a7bc7358d22d9)
Link: https://github.com/openwrt/openwrt/pull/19124
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mediatek/image/filogic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 56d3631cbc..a66502ca33 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -779,7 +779,7 @@ define Device/cudy_wr3000h-v1
DEVICE_VARIANT := v1
DEVICE_DTS := mt7981b-cudy-wr3000h-v1
DEVICE_DTS_DIR := ../dts
- SUPPORTED_DEVICES += R59
+ SUPPORTED_DEVICES += R63
UBINIZE_OPTS := -E 5
BLOCKSIZE := 128k
PAGESIZE := 2048
More information about the lede-commits
mailing list