mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: fix ZyXEL NR7101 bricking typo
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:f6d394e9f2("ramips: add support for Cudy M1800") Signed-off-by: Bjørn Mork <bjorn@mork.no> (cherry picked from commit2e57028424)
This commit is contained in:
parent
4245adf4e0
commit
77061285e4
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ ramips_setup_interfaces()
|
|||
;;
|
||||
cudy,m1800|\
|
||||
yuncore,ax820|\
|
||||
zyxel,nt7101)
|
||||
zyxel,nr7101)
|
||||
ucidef_set_interfaces_lan_wan "lan" "wan"
|
||||
;;
|
||||
gnubee,gb-pc1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue