mirror of https://github.com/hak5/openwrt.git
imx6: fix DualLite/Solo GW551X board detection
The model name is a different one in the device tree source file. Signed-off-by: Mathias Kresin <dev@kresin.me>lede-17.01
parent
82b20d74cb
commit
8fbef4b11b
|
@ -35,7 +35,7 @@ imx6_board_detect() {
|
|||
;;
|
||||
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW551X" |\
|
||||
"Gateworks Ventana i.MX6 Solo/DualLite GW551X")
|
||||
"Gateworks Ventana i.MX6 DualLite/Solo GW551X")
|
||||
name="gw551x"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue