Skip to content

Commit

Permalink
ramips: fix ZyXEL NR7101 bricking typo
Browse files Browse the repository at this point in the history
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: f6d394e ("ramips: add support for Cudy M1800")
Signed-off-by: Bjørn Mork <[email protected]>
  • Loading branch information
bmork committed Oct 15, 2023
1 parent f8ea89c commit 2e57028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2e57028

Please sign in to comment.