Skip to content

Commit

Permalink
mediatek/mt7622: unifi-6-lr: fix ucidef network configuration typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
markmentovai authored and dangowrt committed Nov 19, 2021
1 parent 0e8a5ac commit 0c70c5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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" \
Expand Down

0 comments on commit 0c70c5c

Please sign in to comment.