mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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:9d66b8b312("mediatek: filogic: Add support for cudy wr3000h") Link: https://github.com/openwrt/openwrt/pull/17652 (cherry picked from commit0f8a5a5fd6) Link: https://github.com/openwrt/openwrt/pull/19124 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
fdbbb8415f
commit
197c6ee66c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue