From: Martin Nadvornik Date: Mon, 15 Dec 2025 15:54:52 +0000 (+0100) Subject: mediatek: fix IPv4 address missing on interface in failsafe mode for cudy ap3000-v1 X-Git-Tag: v24.10.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a0211f8201ab622b7b11d31629d6d755bd6526;p=thirdparty%2Fopenwrt.git 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: https://github.com/openwrt/openwrt/issues/20750 Signed-off-by: Martin Nadvornik Link: https://github.com/openwrt/openwrt/pull/21172 Signed-off-by: Hauke Mehrtens (cherry picked from commit e5cd6461c905184db8f49692f931b20fec4b819e) --- diff --git a/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface b/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface index 5d8151741d5..acfeaf2d4a5 100644 --- a/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface +++ b/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface @@ -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|\