mediatek/mt7622: unifi-6-lr: fix ucidef network configuration typo

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

Cc: David Bauer <mail@david-bauer.net>
Signed-off-by: Mark Mentovai <mark@moxienet.com>
This commit is contained in:
Mark Mentovai 2021-11-19 09:53:04 -05:00 committed by Daniel Golle
parent 0e8a5acf6e
commit 0c70c5c998
1 changed files with 1 additions and 1 deletions

View File

@ -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" \