mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package: add can-utils
Add SocketCAN utilities. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
8
package/can-utils/Config.in
Normal file
8
package/can-utils/Config.in
Normal 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/
|
||||
11
package/can-utils/can-utils.mk
Normal file
11
package/can-utils/can-utils.mk
Normal 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))
|
||||
Reference in New Issue
Block a user