Browse Source

sunxi: fix network bringup on Olinuxino Micro boards

It's the A13-based Olinuxino Micro which has only wireless interfaces. The
A20-based board is a fully-fledged one which has an ethernet interface.

Signed-off-by: Zoltan HERPAI <[email protected]>
(cherry picked from commit 3ed8927cf5d7eb78d1427151cfa83bd535634d47)
Zoltan HERPAI 1 year ago
parent
commit
abc1245ec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/sunxi/base-files/etc/board.d/02_network

+ 1 - 1
target/linux/sunxi/base-files/etc/board.d/02_network

@@ -17,7 +17,7 @@ sunxi_setup_interfaces()
 	lamobo,lamobo-r1)
 		ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" wan
 		;;
-	olimex,a20-olinuxino-micro)
+	olimex,a13-olinuxino-micro)
 		ucidef_set_interface_lan "wlan0"
 		;;
 	xunlong,orangepi-r1)