diff options
| author | Daniel Golle | 2024-09-10 22:16:12 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-09-10 22:17:05 +0000 |
| commit | ab25600c650628f8089e005638848de0d2767882 (patch) | |
| tree | a59e2c91a693b32a9253b58bd8405440a485740e | |
| parent | f625d9b31cdde2ed451da789952de5b87f7dc4a8 (diff) | |
| download | openwrt-ab25600c650628f8089e005638848de0d2767882.tar.gz | |
ramips: mt76x8: add missing model string to Yuncore M300
Add missing 'model' string to DT, so /tmp/sysinfo/model gets populated.
Fixes: e497c975d3 ("ramips: mt76x8: add support for Yuncore M300")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_yuncore_m300.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_yuncore_m300.dts b/target/linux/ramips/dts/mt7628an_yuncore_m300.dts index 7a28c66996..8897c11d67 100644 --- a/target/linux/ramips/dts/mt7628an_yuncore_m300.dts +++ b/target/linux/ramips/dts/mt7628an_yuncore_m300.dts @@ -6,6 +6,7 @@ / { compatible = "yuncore,m300", "mediatek,mt7628an-soc"; + model = "Yuncore M300"; chosen { bootargs = "console=ttyS0,57600"; |