diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:20 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:20 +0000 |
commit | b27f84034b0c742e38b2668a6614feca8ab9223b (patch) | |
tree | 6489052b8b366187f2dad5c0b5cd4879bcaf863d /target/linux/imx6/profiles | |
parent | 7802f4619bbb8ad52a8f497b17a8de4acb82e602 (diff) | |
download | upstream-b27f84034b0c742e38b2668a6614feca8ab9223b.tar.gz upstream-b27f84034b0c742e38b2668a6614feca8ab9223b.tar.bz2 upstream-b27f84034b0c742e38b2668a6614feca8ab9223b.zip |
imx6: ventana: add canbus utils
Some of the Gateworks Ventana boards have CAN bus support, therefore
we will install the userspace utils.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39113
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 69ac2036dd..13c4359615 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -10,7 +10,8 @@ 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 \ + kmod-can kmod-can-flexcan canutils canutils-canconfig \ + canutils-candump canutils-canecho canutils-cansend canutils-cansequence \ kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ kobs-ng endef |