ramips: fix ZyXEL NR7101 bricking typo
authorBjørn Mork <bjorn@mork.no>
Sun, 15 Oct 2023 17:28:51 +0000 (19:28 +0200)
committerBjørn Mork <bjorn@mork.no>
Sun, 15 Oct 2023 17:28:59 +0000 (19:28 +0200)
A typo snuck in with the addition of Cudy M1800, changing
"nr7101" to "nt7101". The result is a default network config
for NR7101 without the only ethernet interface on the NR7101,
thereby soft bricking it.

Fixes: f6d394e9f2fd ("ramips: add support for Cudy M1800")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
target/linux/ramips/mt7621/base-files/etc/board.d/02_network

index 67fe45f633608f3a82de92807d7ed1c1c8bccd0c..b4c2c6dd68a87e297cf1fba1b3c5624e58440887 100644 (file)
@@ -95,7 +95,7 @@ ramips_setup_interfaces()
                ;;
        cudy,m1800|\
        yuncore,ax820|\
-       zyxel,nt7101)
+       zyxel,nr7101)
                ucidef_set_interfaces_lan_wan "lan" "wan"
                ;;
        gnubee,gb-pc1)