1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

sunxi: fix network config on A20-OLinuXino-LIME

Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 43190
This commit is contained in:
Nicolas Thill 2014-11-06 02:23:12 +00:00
parent ddb98cb70f
commit 61a708154d

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2013 OpenWrt.org
# Copyright (C) 2013-2014 OpenWrt.org
#
[ -e /etc/config/network ] && exit 0
@ -19,6 +19,7 @@ case "`cat /proc/device-tree/model`" in
"LinkSprite pcDuino V3" |\
"LinkSprite pcDuino3" |\
"Olimex A10-OLinuXino-LIME" |\
"Olimex A20-OLinuXino-LIME" |\
"Olimex A20-Olinuxino Micro")
ucidef_set_interface_lan 'eth0'
;;