diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-10 07:01:12 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-12 15:06:51 +0100 |
commit | 5f458bf7f82e3774856a32c10fd30fcdfb41647d (patch) | |
tree | 6acc806c286e227e207bf92cfacf568e8b0d7359 /target/linux/imx6/image | |
parent | 35d761c0c584f14ff6bfbee5801fcc7dae67d2fe (diff) | |
download | upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.tar.gz upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.tar.bz2 upstream-5f458bf7f82e3774856a32c10fd30fcdfb41647d.zip |
imx6: add support for GW5904
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/imx6/image')
-rw-r--r-- | target/linux/imx6/image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index d836e0e4a3..c3653cd6fc 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -79,6 +79,7 @@ define Device/ventana imx6dl-gw551x \ imx6dl-gw552x \ imx6dl-gw553x \ + imx6dl-gw5904 \ imx6q-gw51xx \ imx6q-gw52xx \ imx6q-gw53xx \ @@ -86,7 +87,8 @@ define Device/ventana imx6q-gw5400-a \ imx6q-gw551x \ imx6q-gw552x \ - imx6q-gw553x + imx6q-gw553x \ + imx6q-gw5904 DEVICE_PACKAGES := kmod-sky2 kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-can kmod-can-flexcan kmod-can-raw \ kmod-hwmon-gsc \ |