Skip to content

Commit 58a0211

Browse files
mnadvornikhauke
authored andcommitted
mediatek: fix IPv4 address missing on interface in failsafe mode for cudy ap3000-v1
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: openwrt/openwrt#20750 Signed-off-by: Martin Nadvornik <[email protected]> Link: openwrt/openwrt#21172 Signed-off-by: Hauke Mehrtens <[email protected]> (cherry picked from commit e5cd646)
1 parent 7aa9298 commit 58a0211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set_preinit_iface() {
1010
ip link set eth1 up
1111
ifname=eth1
1212
;;
13+
cudy,ap3000-v1|\
1314
cudy,ap3000outdoor-v1|\
1415
cudy,re3000-v1|\
1516
ubnt,unifi-6-lr|\

0 commit comments

Comments
 (0)