From 9c8605dee238cdf52e88b6a1aa64d5b7bf5dd846 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 18 Aug 2022 18:02:48 +0200 Subject: [PATCH] ramips: fix ZyXEL NWA55AXE model name The model name was missing a letter. Signed-off-by: David Bauer --- target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts b/target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts index 04bbe340f2..7f0a6d2cdf 100644 --- a/target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts +++ b/target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts @@ -2,5 +2,5 @@ / { compatible = "zyxel,nwa55axe", "mediatek,mt7621-soc"; - model = "ZyXEL NWA55AX"; + model = "ZyXEL NWA55AXE"; }; -- 2.30.2