From: Daniel Golle Date: Tue, 10 Sep 2024 22:16:12 +0000 (+0200) Subject: ramips: mt76x8: add missing model string to Yuncore M300 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ab25600c650628f8089e005638848de0d2767882;p=openwrt%2Fstaging%2Fansuel.git 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 --- 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";