mirror of https://github.com/hak5/openwrt.git
sunxi: fix network config on A20-OLinuXino-LIME
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43190lede-17.01
parent
ddb98cb70f
commit
61a708154d
|
@ -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'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue