New package: socketcand

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2012-03-22 16:00:59 +01:00 committed by Peter Korsgaard
parent 5347910b9d
commit bdd73ea917
3 changed files with 20 additions and 0 deletions

View File

@ -504,6 +504,7 @@ source "package/rsync/Config.in"
source "package/samba/Config.in"
source "package/ser2net/Config.in"
source "package/socat/Config.in"
source "package/socketcand/Config.in"
source "package/spawn-fcgi/Config.in"
source "package/squid/Config.in"
source "package/stunnel/Config.in"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_SOCKETCAND
bool "socketcand"
select BR2_PACKAGE_LIBCONFIG
help
Socketcand is a daemon that provides access to CAN interfaces
on a machine via a network interface.
https://github.com/dschanoeh/socketcand

View File

@ -0,0 +1,11 @@
#############################################################
#
# socketcand
#
#############################################################
SOCKETCAND_VERSION = 7d06986fa4b5fd2c210ec4e248dab41107be1ccd
SOCKETCAND_SITE = git://github.com/dschanoeh/socketcand.git
SOCKETCAND_AUTORECONF = YES
SOCKETCAND_DEPENDENCIES = libconfig
$(eval $(call AUTOTARGETS))