projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b20d7
)
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>
Fri, 14 Jul 2017 06:04:58 +0000
(08:04 +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 32440aab9cd3f0a1251c78045d624811b0c43575..0edb01e15d8f1b3e67e84d150eda702925c26059 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"
;;