From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] New package: can-utils
Date: Tue, 14 Dec 2010 15:02:13 +0100 [thread overview]
Message-ID: <4D0778E5.9010401@visionsystems.de> (raw)
Add SocketCAN utilities.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Index: b/package/Config.in
===================================================================
--- a/package/Config.in 2010-12-14 12:26:51.000000000 +0100
+++ b/package/Config.in 2010-12-14 12:41:56.000000000 +0100
@@ -364,6 +364,7 @@
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
Index: b/package/can-utils/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ b/package/can-utils/Config.in 2010-12-14 12:41:05.000000000 +0100
@@ -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/
+
Index: b/package/can-utils/can-utils.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ b/package/can-utils/can-utils.mk 2010-12-14 14:40:07.000000000 +0100
@@ -0,0 +1,13 @@
+#############################################################
+#
+# can-utils
+#
+#############################################################
+
+CAN_UTILS_VERSION = HEAD
+CAN_UTILS_SITE = svn://svn.berlios.de/socketcan/trunk/can-utils
+
+CAN_UTILS_AUTORECONF = YES
+
+$(eval $(call AUTOTARGETS,package,can-utils))
+
next reply other threads:[~2010-12-14 14:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-14 14:02 Yegor Yefremov [this message]
2010-12-14 14:17 ` [Buildroot] [PATCH] New package: can-utils Thomas Petazzoni
2010-12-14 15:59 ` Yegor Yefremov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D0778E5.9010401@visionsystems.de \
--to=yegor_sub1@visionsystems.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox