mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 01:56:51 +00:00
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 <wigyori@uid0.hu> (cherry picked from commit 3ed8927cf5d7eb78d1427151cfa83bd535634d47)
This commit is contained in:
parent
fef1a52bd6
commit
abc1245ec5
@ -17,7 +17,7 @@ sunxi_setup_interfaces()
|
|||||||
lamobo,lamobo-r1)
|
lamobo,lamobo-r1)
|
||||||
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" wan
|
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" wan
|
||||||
;;
|
;;
|
||||||
olimex,a20-olinuxino-micro)
|
olimex,a13-olinuxino-micro)
|
||||||
ucidef_set_interface_lan "wlan0"
|
ucidef_set_interface_lan "wlan0"
|
||||||
;;
|
;;
|
||||||
xunlong,orangepi-r1)
|
xunlong,orangepi-r1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user