1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-27 19:35:04 +02:00

sunxi: fix typo in uci-defaults network config

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 40895
This commit is contained in:
Zoltan Herpai 2014-06-01 12:18:53 +00:00
parent e9ff251ca6
commit bf43c8e717

View File

@ -20,7 +20,7 @@ case "`cat /proc/device-tree/model`" in
"Olimex A20-Olinuxino Micro")
ucidef_set_interface_lan 'eth0'
;;
"Olimex A13-Olinuxino" |\
"Olimex A13-Olinuxino")
ucidef_set_interface_lan 'wlan0'
;;
esac