From: Luka Perkov <luka@openwrt.org>
Date: Sat, 19 Apr 2014 21:39:04 +0000 (+0000)
Subject: imx6-gateworks: enable new canbus packages
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b58e65f2ee1a95865874a7f5b637d460e372b1fe;p=openwrt%2Fstaging%2Fsvanheule.git

imx6-gateworks: enable new canbus packages

The canbus package was recently changed to a more active project. This patch
updates the default package names to include the same functionality as before.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

SVN-Revision: 40531
---

diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk
index f74e2d8e8f..fd2646b52e 100644
--- a/target/linux/imx6/profiles/120-gateworks.mk
+++ b/target/linux/imx6/profiles/120-gateworks.mk
@@ -10,8 +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 canutils canutils-canconfig \
-	canutils-candump canutils-canecho canutils-cansend canutils-cansequence \
+	kmod-can kmod-can-flexcan kmod-can-raw \
+	canutils-cansend canutils-candump canutils-cangen \
 	kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
 	kobs-ng
 endef