sunxi: fix network config on A20-OLinuXino-LIME

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

SVN-Revision: 43190
lede-17.01
Nicolas Thill 2014-11-06 02:23:12 +00:00
parent ddb98cb70f
commit 61a708154d
1 changed files with 2 additions and 1 deletions

View File

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