Browse Source

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 <[email protected]>
Daniel Golle 1 year ago
parent
commit
ab25600c65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ramips/dts/mt7628an_yuncore_m300.dts

+ 1 - 0
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";