Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,9 +1,9 @@
config BR2_PACKAGE_LIBMAD
bool "libmad"
help
High-quality MPEG audio decoder. All computations are performed
with fixed-point integer arithmetic, making it ideal for systems
without a floating-point unit.
High-quality MPEG audio decoder. All computations are
performed with fixed-point integer arithmetic, making it ideal
for systems without a floating-point unit.
http://www.underbit.com/products/mad/
@@ -37,9 +37,9 @@ config BR2_PACKAGE_LIBMAD_SSO
config BR2_PACKAGE_LIBMAD_ASO
bool "Architecture-specific optimizations"
default y
# arm optimization needs classic arm instructions support
depends on !(BR2_arm && !BR2_ARM_CPU_HAS_ARM)
default y
help
Use certain architecture-specific optimizations.