Browse Source

ramips: fix ZyXEL NWA55AXE model name

The model name was missing a letter.

Signed-off-by: David Bauer <[email protected]>
David Bauer 3 years ago
parent
commit
9c8605dee2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts

+ 1 - 1
target/linux/ramips/dts/mt7621_zyxel_nwa55axe.dts

@@ -2,5 +2,5 @@
 
 / {
 	compatible = "zyxel,nwa55axe", "mediatek,mt7621-soc";
-	model = "ZyXEL NWA55AX";
+	model = "ZyXEL NWA55AXE";
 };