mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 23:47:19 +01:00
mediatek: fix IPv4 address missing on interface in failsafe mode for cudy ap3000-v1
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
cudy ap3000-v1 did not work correctly in failsafe mode
because the address 192.168.1.1 was missing on the eth0 inteface.
it was reachable via it's IPv6 link-local address however.
this commit fixes the issue.
Fixes: https://github.com/openwrt/openwrt/issues/20750
Signed-off-by: Martin Nadvornik <martin.nadvornik@gmx.at>
Link: https://github.com/openwrt/openwrt/pull/21172
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit e5cd6461c9)
This commit is contained in:
parent
7aa929881e
commit
58a0211f82
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ set_preinit_iface() {
|
|||
ip link set eth1 up
|
||||
ifname=eth1
|
||||
;;
|
||||
cudy,ap3000-v1|\
|
||||
cudy,ap3000outdoor-v1|\
|
||||
cudy,re3000-v1|\
|
||||
ubnt,unifi-6-lr|\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue