diff options
| author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-10 00:32:51 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-10 00:32:51 +0200 |
| commit | 4c5b02e57116452fce1b8428a7040554f3a350d7 (patch) | |
| tree | e594c5a9f08ce34d161ffd024c2af37a1ac2612b /package/linux-headers/Config.in.host | |
| parent | 72e89edfcb9821121a2785ddf193a1d836ae0b8f (diff) | |
| parent | 128a16aceeb43d7d22b10c6845f7c4d09439e031 (diff) | |
| download | buildroot-4c5b02e57116452fce1b8428a7040554f3a350d7.tar.gz buildroot-4c5b02e57116452fce1b8428a7040554f3a350d7.zip | |
Merge branch 'master' into next
This is in preparation of bumping the stella package, which is also
modified in master.
Diffstat (limited to 'package/linux-headers/Config.in.host')
| -rw-r--r-- | package/linux-headers/Config.in.host | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 90c93bacd9..7f07da05f7 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -28,12 +28,12 @@ config BR2_KERNEL_HEADERS_AS_KERNEL config BR2_KERNEL_HEADERS_3_2 bool "Linux 3.2.x kernel headers" - depends on !BR2_arc && !BR2_nios2 + depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 config BR2_KERNEL_HEADERS_3_4 bool "Linux 3.4.x kernel headers" - depends on !BR2_arc && !BR2_nios2 + depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 config BR2_KERNEL_HEADERS_3_10 @@ -235,10 +235,10 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.106" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 - default "4.1.42" if BR2_KERNEL_HEADERS_4_1 - default "4.4.79" if BR2_KERNEL_HEADERS_4_4 - default "4.9.40" if BR2_KERNEL_HEADERS_4_9 + default "4.1.43" if BR2_KERNEL_HEADERS_4_1 + default "4.4.80" if BR2_KERNEL_HEADERS_4_4 + default "4.9.41" if BR2_KERNEL_HEADERS_4_9 default "4.10.17" if BR2_KERNEL_HEADERS_4_10 default "4.11.12" if BR2_KERNEL_HEADERS_4_11 - default "4.12.4" if BR2_KERNEL_HEADERS_4_12 + default "4.12.5" if BR2_KERNEL_HEADERS_4_12 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |

