diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-29 02:19:07 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-29 02:19:07 +0000 |
commit | a9f1f034386bbd54d70524718e5017b35cc55f8b (patch) | |
tree | 1883515f3849d065b0ec19a7623295b088767af3 /target/linux/imx6/base-files | |
parent | 672edbbcc089f143eee2bdeb3088858e2f5c7034 (diff) | |
download | upstream-a9f1f034386bbd54d70524718e5017b35cc55f8b.tar.gz upstream-a9f1f034386bbd54d70524718e5017b35cc55f8b.tar.bz2 upstream-a9f1f034386bbd54d70524718e5017b35cc55f8b.zip |
imx6: use upstream gateworks board names
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/base-files')
-rw-r--r-- | target/linux/imx6/base-files/etc/uci-defaults/02_network | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/target/linux/imx6/base-files/etc/uci-defaults/02_network b/target/linux/imx6/base-files/etc/uci-defaults/02_network index a8b748275e..9a221dd171 100644 --- a/target/linux/imx6/base-files/etc/uci-defaults/02_network +++ b/target/linux/imx6/base-files/etc/uci-defaults/02_network @@ -12,12 +12,16 @@ touch /etc/config/network ucidef_set_interface_loopback case "`cat /proc/device-tree/model`" in -"Gateworks Ventana GW51XX" |\ -"Gateworks Ventana GW52XX") +"Gateworks Ventana i.MX6 DualLite GW51XX" |\ +"Gateworks Ventana i.MX6 DualLite GW52XX" |\ +"Gateworks Ventana i.MX6 Quad GW51XX" |\ +"Gateworks Ventana i.MX6 Quad GW52XX") ucidef_set_interface_lan 'eth0' ;; -"Gateworks Ventana GW53XX" |\ -"Gateworks Ventana GW54XX" |\ +"Gateworks Ventana i.MX6 DualLite GW53XX" |\ +"Gateworks Ventana i.MX6 DualLite GW54XX" |\ +"Gateworks Ventana i.MX6 Quad GW53XX" |\ +"Gateworks Ventana i.MX6 Quad GW54XX" |\ "Gateworks Ventana GW5400-A") ucidef_set_interfaces_lan_wan 'eth0' 'eth1' ;; |