Browse Source

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 <[email protected]>
Signed-off-by: Mark Mentovai <[email protected]>
Mark Mentovai 4 years ago
parent
commit
0c70c5c998
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mediatek/mt7622/base-files/etc/board.d/02_network

+ 1 - 1
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" \