package: add can-utils

Add SocketCAN utilities.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-04-21 10:27:17 +02:00
parent 23f3b883ee
commit 7d75acdbee
3 changed files with 20 additions and 0 deletions

View File

@ -373,6 +373,7 @@ endif
source "package/bind/Config.in"
source "package/bmon/Config.in"
source "package/bridge-utils/Config.in"
source "package/can-utils/Config.in"
source "package/ctorrent/Config.in"
source "package/cups/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_CAN_UTILS
bool "can-utils"
help
SocketCAN is a set of open source CAN drivers and a
networking stack.
This package provides various tools for this stack.
http://developer.berlios.de/projects/socketcan/

View File

@ -0,0 +1,11 @@
#############################################################
#
# can-utils
#
#############################################################
CAN_UTILS_VERSION = 1235
CAN_UTILS_SITE = svn://svn.berlios.de/socketcan/trunk/can-utils
CAN_UTILS_AUTORECONF = YES
$(eval $(call AUTOTARGETS,package,can-utils))