diff options
author | Bjørn Mork <bjorn@mork.no> | 2023-10-15 19:28:51 +0200 |
---|---|---|
committer | Bjørn Mork <bjorn@mork.no> | 2023-10-15 19:28:59 +0200 |
commit | 2e57028424d0e914490a80178cd729adb17ba09b (patch) | |
tree | cc49ae73b18e43c85a5eb3b14661b3d3c4e78bdb /target/linux/ramips | |
parent | f8ea89c2d4727357af4151583a7df633c6c6350d (diff) |
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: f6d394e9f2fd ("ramips: add support for Cudy M1800")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index 67fe45f633..b4c2c6dd68 100644 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -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) |