diff options
| author | Daniel Golle | 2024-09-10 22:14:43 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-09-10 22:17:05 +0000 |
| commit | f625d9b31cdde2ed451da789952de5b87f7dc4a8 (patch) | |
| tree | 26e920e0bd6d1428e9704ead4d0b07b823baeafb | |
| parent | 0db6f9a856842ef85d5470d9b8ec6b1d435fe261 (diff) | |
| download | openwrt-f625d9b31cdde2ed451da789952de5b87f7dc4a8.tar.gz | |
ramips: mt76x8: add missing model string to Yuncore CPE200
Add missing 'model' string to DT, so /tmp/sysinfo/model gets populated.
Fixes: 64dae1052b ("ramips: mt76x8: add support for Yuncore CPE200")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts index c8bd39b6ac..6e6202f02b 100644 --- a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts +++ b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts @@ -6,6 +6,7 @@ / { compatible = "yuncore,cpe200", "mediatek,mt7628an-soc"; + model = "Yuncore CPE200"; chosen { bootargs = "console=ttyS0,57600"; |