2013-06-30 21:28:58 +02:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS
|
|
|
|
bool
|
2004-10-09 03:06:03 +02:00
|
|
|
|
2007-09-25 09:55:45 +02:00
|
|
|
comment "Kernel Header Options"
|
2004-10-09 07:33:05 +02:00
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
choice
|
|
|
|
prompt "Kernel Headers"
|
2014-08-04 04:29:23 +02:00
|
|
|
default BR2_KERNEL_HEADERS_3_16
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
|
|
|
Select the version of kernel header files you wish to use.
|
|
|
|
You must select the correct set of header files to match
|
|
|
|
the kernel you intend to use on your target system.
|
|
|
|
|
2011-07-22 09:08:36 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_0
|
|
|
|
bool "Linux 3.0.x kernel headers"
|
2013-05-02 11:51:33 +02:00
|
|
|
depends on !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
2011-07-22 09:08:36 +02:00
|
|
|
|
2012-01-05 17:30:14 +01:00
|
|
|
config BR2_KERNEL_HEADERS_3_2
|
|
|
|
bool "Linux 3.2.x kernel headers"
|
2013-05-02 11:51:33 +02:00
|
|
|
depends on !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
2012-01-05 17:30:14 +01:00
|
|
|
|
2012-05-21 19:39:14 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_4
|
|
|
|
bool "Linux 3.4.x kernel headers"
|
2013-05-02 11:51:33 +02:00
|
|
|
depends on !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
2012-05-21 19:39:14 +02:00
|
|
|
|
2013-04-29 09:24:44 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_9
|
|
|
|
bool "Linux 3.9.x kernel headers"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2013_11
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
2013-04-29 09:24:44 +02:00
|
|
|
|
2013-07-04 20:31:35 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_10
|
|
|
|
bool "Linux 3.10.x kernel headers"
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
2013-07-04 20:31:35 +02:00
|
|
|
|
2013-09-03 20:41:54 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_11
|
|
|
|
bool "Linux 3.11.x kernel headers"
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
|
2013-09-03 20:41:54 +02:00
|
|
|
|
2013-11-04 22:32:44 +01:00
|
|
|
config BR2_KERNEL_HEADERS_3_12
|
|
|
|
bool "Linux 3.12.x kernel headers"
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
2013-11-04 22:32:44 +01:00
|
|
|
|
2014-01-20 15:44:02 +01:00
|
|
|
config BR2_KERNEL_HEADERS_3_13
|
|
|
|
bool "Linux 3.13.x kernel headers"
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
|
2014-01-20 15:44:02 +01:00
|
|
|
|
2014-04-01 11:19:48 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_14
|
|
|
|
bool "Linux 3.14.x kernel headers"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|
|
|
2014-06-09 13:30:34 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_15
|
|
|
|
bool "Linux 3.15.x kernel headers"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
|
|
|
2014-08-04 04:29:23 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_16
|
|
|
|
bool "Linux 3.16.x kernel headers"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
|
|
|
|
|
2009-10-07 22:08:25 +02:00
|
|
|
config BR2_KERNEL_HEADERS_VERSION
|
2013-02-06 09:43:25 +01:00
|
|
|
bool "Manually specified Linux version"
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
2009-10-07 22:08:25 +02:00
|
|
|
config BR2_DEFAULT_KERNEL_VERSION
|
|
|
|
string "linux version"
|
|
|
|
depends on BR2_KERNEL_HEADERS_VERSION
|
|
|
|
help
|
|
|
|
Specify the version you want to use.
|
2012-12-11 08:58:32 +01:00
|
|
|
E.G.: 3.6.10
|
2009-10-07 22:08:25 +02:00
|
|
|
|
2014-03-01 15:53:00 +01:00
|
|
|
choice
|
|
|
|
bool "Custom kernel headers series"
|
|
|
|
depends on BR2_KERNEL_HEADERS_VERSION
|
|
|
|
default BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
|
|
|
|
help
|
|
|
|
Set to the kernel headers series you manually set above.
|
|
|
|
|
|
|
|
This is used to hide/show some packages that have strict
|
|
|
|
requirements on the version of kernel headers.
|
|
|
|
|
2014-08-04 04:29:23 +02:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16
|
|
|
|
bool "3.16.x"
|
2014-08-06 22:17:47 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
|
2014-08-04 04:29:23 +02:00
|
|
|
|
2014-06-09 13:30:34 +02:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15
|
|
|
|
bool "3.15.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
|
|
|
2014-04-01 11:19:48 +02:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14
|
|
|
|
bool "3.14.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|
|
|
2014-03-01 15:53:00 +01:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13
|
|
|
|
bool "3.13.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12
|
|
|
|
bool "3.12.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_11
|
|
|
|
bool "3.11.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10
|
|
|
|
bool "3.10.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9
|
|
|
|
bool "3.9.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8
|
|
|
|
bool "3.8.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7
|
|
|
|
bool "3.7.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_6
|
|
|
|
bool "3.6.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_5
|
|
|
|
bool "3.5.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4
|
|
|
|
bool "3.4.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_3
|
|
|
|
bool "3.3.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_2
|
|
|
|
bool "3.2.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1
|
|
|
|
bool "3.1.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0
|
|
|
|
bool "3.0.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD
|
|
|
|
bool "2.6.x"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
|
string
|
2013-10-22 19:51:57 +02:00
|
|
|
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
|
2014-08-07 18:55:37 +02:00
|
|
|
default "3.2.62" if BR2_KERNEL_HEADERS_3_2
|
2014-08-14 13:14:56 +02:00
|
|
|
default "3.4.103" if BR2_KERNEL_HEADERS_3_4
|
2013-07-22 12:57:42 +02:00
|
|
|
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
|
2014-08-14 13:14:56 +02:00
|
|
|
default "3.10.53" if BR2_KERNEL_HEADERS_3_10
|
2013-12-02 01:26:56 +01:00
|
|
|
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
2014-08-01 23:35:16 +02:00
|
|
|
default "3.12.26" if BR2_KERNEL_HEADERS_3_12
|
2014-04-24 13:13:39 +02:00
|
|
|
default "3.13.11" if BR2_KERNEL_HEADERS_3_13
|
2014-08-14 13:14:56 +02:00
|
|
|
default "3.14.17" if BR2_KERNEL_HEADERS_3_14
|
|
|
|
default "3.15.10" if BR2_KERNEL_HEADERS_3_15
|
|
|
|
default "3.16.1" if BR2_KERNEL_HEADERS_3_16
|
2013-09-02 22:07:53 +02:00
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|