The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / socketcand / Config.in
1 config BR2_PACKAGE_SOCKETCAND
2         bool "socketcand"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         help
6           Socketcand is a daemon that provides access to CAN interfaces
7           on a machine via a network interface.
8
9           https://github.com/dschanoeh/socketcand
10
11 comment "socketcand needs a toolchain w/ threads"
12         depends on BR2_USE_MMU
13         depends on !BR2_TOOLCHAIN_HAS_THREADS