mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
New package: socketcand
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5347910b9d
commit
bdd73ea917
@ -504,6 +504,7 @@ source "package/rsync/Config.in"
|
|||||||
source "package/samba/Config.in"
|
source "package/samba/Config.in"
|
||||||
source "package/ser2net/Config.in"
|
source "package/ser2net/Config.in"
|
||||||
source "package/socat/Config.in"
|
source "package/socat/Config.in"
|
||||||
|
source "package/socketcand/Config.in"
|
||||||
source "package/spawn-fcgi/Config.in"
|
source "package/spawn-fcgi/Config.in"
|
||||||
source "package/squid/Config.in"
|
source "package/squid/Config.in"
|
||||||
source "package/stunnel/Config.in"
|
source "package/stunnel/Config.in"
|
||||||
|
8
package/socketcand/Config.in
Normal file
8
package/socketcand/Config.in
Normal 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
|
11
package/socketcand/socketcand.mk
Normal file
11
package/socketcand/socketcand.mk
Normal 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))
|
Loading…
x
Reference in New Issue
Block a user