mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/linux-headers: aarch64_be is not supported by kernel version 3.2
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d42e51d373
commit
5f84f91375
@@ -28,7 +28,7 @@ config BR2_KERNEL_HEADERS_AS_KERNEL
|
||||
|
||||
config BR2_KERNEL_HEADERS_3_2
|
||||
bool "Linux 3.2.x kernel headers"
|
||||
depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2
|
||||
depends on !BR2_aarch64 && !BR2_aarch64_be && !BR2_arc && !BR2_nios2
|
||||
depends on !BR2_riscv
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user