diff options
| author | Hauke Mehrtens | 2025-01-17 22:23:10 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-18 18:13:44 +0000 |
| commit | 0f8a5a5fd6929a3795a67ad4f98a7bc7358d22d9 (patch) | |
| tree | f1e77859b63fd2aa2ca04f74ba7d142c7eaf2f43 | |
| parent | 676dcb1b2cf84142a61d51a15e7a8e1bdc937c23 (diff) | |
| download | openwrt-0f8a5a5fd6929a3795a67ad4f98a7bc7358d22d9.tar.gz | |
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
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index afa5224b19..01d827c029 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -711,7 +711,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 |