Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -3,7 +3,8 @@ config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
||||
default y if BR2_i386 || \
|
||||
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
|
||||
BR2_powerpc || BR2_arm || BR2_armeb || \
|
||||
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT)
|
||||
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
|
||||
!BR2_mips_32r6 && !BR2_mips_64r6)
|
||||
|
||||
config BR2_PACKAGE_LUAJIT
|
||||
bool "luajit"
|
||||
|
||||
Reference in New Issue
Block a user