projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456bd95
)
imx6: ventana: add GW553x board identification
author
Tim Harvey
<tharvey@gateworks.com>
Thu, 20 Apr 2017 21:51:37 +0000
(14:51 -0700)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 26 Apr 2017 09:52:55 +0000
(11:52 +0200)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
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 3a9dea37eae75a96ef3c679bba0d551a9db765f8..8254cac6735959096b9ad9834f0b81e38d808f2b 100755
(executable)
--- a/
target/linux/imx6/base-files/lib/imx6.sh
+++ b/
target/linux/imx6/base-files/lib/imx6.sh
@@
-44,6
+44,11
@@
imx6_board_detect() {
name="gw552x"
;;
+ "Gateworks Ventana i.MX6 DualLite/Solo GW553X" |\
+ "Gateworks Ventana i.MX6 Dual/Quad GW553X")
+ name="gw553x"
+ ;;
+
"Gateworks Ventana i.MX6 DualLite/Solo GW5904" |\
"Gateworks Ventana i.MX6 Dual/Quad GW5904")
name="gw5904"