From: luka Date: Tue, 17 Dec 2013 02:47:20 +0000 (+0000) Subject: imx6: ventana: add canbus utils X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=005b0b4365cc5ce47f7756277b08db17e8c41cea 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39113 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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