mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
imx6: update board names per device-tree updates
The Gateworks Ventana board names have been adjusted per upstream patches to include all IMX6 SoC variants. Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -12,16 +12,16 @@ touch /etc/config/network
|
||||
ucidef_set_interface_loopback
|
||||
|
||||
case "`cat /proc/device-tree/model`" in
|
||||
"Gateworks Ventana i.MX6 DualLite GW51XX" |\
|
||||
"Gateworks Ventana i.MX6 DualLite GW52XX" |\
|
||||
"Gateworks Ventana i.MX6 Quad GW51XX" |\
|
||||
"Gateworks Ventana i.MX6 Quad GW52XX")
|
||||
"Gateworks Ventana i.MX6 DualLite/Solo GW51XX" |\
|
||||
"Gateworks Ventana i.MX6 DualLite/Solo GW52XX" |\
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW51XX" |\
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW52XX")
|
||||
ucidef_set_interface_lan 'eth0'
|
||||
;;
|
||||
"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 i.MX6 DualLite/Solo GW53XX" |\
|
||||
"Gateworks Ventana i.MX6 DualLite/Solo GW54XX" |\
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW53XX" |\
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW54XX" |\
|
||||
"Gateworks Ventana GW5400-A")
|
||||
ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user