diff options
author | Luka Perkov <luka@openwrt.org> | 2014-04-19 21:39:04 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-04-19 21:39:04 +0000 |
commit | 5ecc844892e9deef9540c778296574179ed27aa0 (patch) | |
tree | 66965b1f47372fc17adeeb3771b5f5ec400620ca /target/linux | |
parent | c29547965e3c617ae86aa0baa187e3307082b706 (diff) | |
download | master-187ad058-5ecc844892e9deef9540c778296574179ed27aa0.tar.gz master-187ad058-5ecc844892e9deef9540c778296574179ed27aa0.tar.bz2 master-187ad058-5ecc844892e9deef9540c778296574179ed27aa0.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |