Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
|
||||
BR2_i386 || BR2_powerpc || BR2_x86_64
|
||||
BR2_i386 || BR2_powerpc || BR2_powerpc64 || \
|
||||
BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_AUDIT
|
||||
bool "audit"
|
||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa()
|
||||
help
|
||||
The audit package contains the user space utilities for
|
||||
storing and searching the audit records generated by
|
||||
|
||||
Reference in New Issue
Block a user