projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf6f15
)
imx6: fix DualLite/Solo GW551X board detection
author
Mathias Kresin
<dev@kresin.me>
Mon, 15 May 2017 16:21:39 +0000
(18:21 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Sat, 15 Jul 2017 05:02:59 +0000
(07:02 +0200)
The model name is a different one in the device tree source file.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/imx6/base-files/lib/imx6.sh
patch
|
blob
|
history
diff --git
a/target/linux/imx6/base-files/lib/imx6.sh
b/target/linux/imx6/base-files/lib/imx6.sh
index 8254cac6735959096b9ad9834f0b81e38d808f2b..94adf1ccb30783be4afc5fdc6f755cadcb24ed4e 100755
(executable)
--- a/
target/linux/imx6/base-files/lib/imx6.sh
+++ b/
target/linux/imx6/base-files/lib/imx6.sh
@@
-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"
;;