diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-11 10:56:11 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-11 10:56:11 +0000 |
commit | ceb57f139d598aca684a889265ab77b8aa3c04c0 (patch) | |
tree | 9ec217396f6c5342a73699d39e898c67daee3195 /target/linux/imx6/profiles | |
parent | 2bbd43d065dabbd3b8824680a793db8464cf0a2e (diff) | |
download | upstream-ceb57f139d598aca684a889265ab77b8aa3c04c0.tar.gz upstream-ceb57f139d598aca684a889265ab77b8aa3c04c0.tar.bz2 upstream-ceb57f139d598aca684a889265ab77b8aa3c04c0.zip |
imx6: add canbus support for Ventana boards
GW5400, GW5300, and GW5200 have CAN bus option.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39034
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 830b3b2e1f..9891527a80 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -10,6 +10,7 @@ define Profile/VENTANA PACKAGES:= \ kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ + kmod-can kmod-can-flexcan \ kobs-ng endef |