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:
parent
0e8a5acf6e
commit
0c70c5c998
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue