diff mbox series

package/linux-headers: aarch64_be is not supported by kernel version 3.2

Message ID 20181215121045.27913-1-romain.naour@gmail.com
State Accepted
Headers show
Series package/linux-headers: aarch64_be is not supported by kernel version 3.2 | expand

Commit Message

Romain Naour Dec. 15, 2018, 12:10 p.m. UTC
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Dec. 16, 2018, 3:22 p.m. UTC | #1
Hello,

On Sat, 15 Dec 2018 13:10:45 +0100, Romain Naour wrote:
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 3221e41c46..1d66759ac9 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -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