mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
ramips: fix ZyXEL NWA55AXE model name
The model name was missing a letter. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
60738feded
commit
9c8605dee2
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "zyxel,nwa55axe", "mediatek,mt7621-soc";
|
compatible = "zyxel,nwa55axe", "mediatek,mt7621-soc";
|
||||||
model = "ZyXEL NWA55AX";
|
model = "ZyXEL NWA55AXE";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user