Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -1,9 +1,14 @@
config BR2_PACKAGE_CAN_UTILS
bool "can-utils"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
help
SocketCAN is a set of open source CAN drivers and a
networking stack.
This package provides various tools for this stack.
http://elinux.org/Can-utils
comment "can-utils needs a toolchain w/ NPTL"
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on BR2_USE_MMU