diff options
| author | Bjørn Mork | 2023-10-15 17:28:51 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-10-15 17:03:09 +0000 |
| commit | 77061285e46baedd56469381bf41cf0927c40841 (patch) | |
| tree | 1be49b81cc1ae89d72d4dc8d595a6f8efa005737 | |
| parent | 4245adf4e0597c4a44c396dbe2206f26f73a1555 (diff) | |
| download | openwrt-77061285e46baedd56469381bf41cf0927c40841.tar.gz | |
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>
(cherry picked from commit 2e57028424d0e914490a80178cd729adb17ba09b)
| -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 bd1d394892..839663bbd0 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 @@ -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) |