There's no such thing as ucidef_set_interfaces_lan. It's
ucidef_set_interface_lan.

Cc: David Bauer <m...@david-bauer.net>
Signed-off-by: Mark Mentovai <m...@moxienet.com>
---
 target/linux/mediatek/mt7622/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network 
b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
index 361d60e92b96..3724fd6d5c85 100644
--- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
+++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
@@ -20,7 +20,7 @@ mediatek_setup_interfaces()
                ;;
        ubnt,unifi-6-lr|\
        ubnt,unifi-6-lr-ubootmod)
-               ucidef_set_interfaces_lan "eth0"
+               ucidef_set_interface_lan "eth0"
                ;;
        *)
                ucidef_add_switch "switch0" \
-- 
2.32.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to