Update buildroot 17.02.7 -> 17.02.8

This commit is contained in:
jbnadal
2018-01-04 18:37:18 +01:00
parent abb9da1b49
commit a1196325f3
86 changed files with 668 additions and 1005 deletions

View File

@@ -1,5 +1,8 @@
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
bool
# -m32 flag is used for 32bit builds and host-luajit has
# limited architecture support
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
default y if BR2_i386 || \
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
BR2_powerpc || BR2_arm || BR2_armeb || \