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-01-20 15:44:02 +01:00
|
|
|
default BR2_KERNEL_HEADERS_3_13
|
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.
|
|
|
|
|
2007-09-25 13:38:20 +02:00
|
|
|
For the snapshot, you have to provide the
|
|
|
|
linux-2.6.tar.bz2 tarball in your download dir.
|
|
|
|
|
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
|
|
|
|
2012-10-01 22:14:35 +02:00
|
|
|
config BR2_KERNEL_HEADERS_3_6
|
|
|
|
bool "Linux 3.6.x kernel headers"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
|
2012-10-01 22:14:35 +02:00
|
|
|
|
2012-12-11 08:58:32 +01:00
|
|
|
config BR2_KERNEL_HEADERS_3_7
|
|
|
|
bool "Linux 3.7.x kernel headers"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
2012-12-11 08:58:32 +01:00
|
|
|
|
2013-03-01 01:16:26 +01:00
|
|
|
config BR2_KERNEL_HEADERS_3_8
|
|
|
|
bool "Linux 3.8.x kernel headers"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
|
2014-03-01 15:53:00 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
|
2013-03-01 01:16:26 +01: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
|
|
|
|
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.
|
|
|
|
|
|
|
|
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-02-19 21:03:32 +01:00
|
|
|
default "3.2.55" if BR2_KERNEL_HEADERS_3_2
|
2014-03-24 12:48:39 +01:00
|
|
|
default "3.4.84" if BR2_KERNEL_HEADERS_3_4
|
2012-12-18 02:10:59 +01:00
|
|
|
default "3.6.11" if BR2_KERNEL_HEADERS_3_6
|
2013-03-01 01:16:26 +01:00
|
|
|
default "3.7.10" if BR2_KERNEL_HEADERS_3_7
|
2013-05-12 04:26:30 +02:00
|
|
|
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
|
2013-07-22 12:57:42 +02:00
|
|
|
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
|
2014-03-24 12:48:39 +01:00
|
|
|
default "3.10.34" 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-03-29 00:46:58 +01:00
|
|
|
default "3.12.15" if BR2_KERNEL_HEADERS_3_12
|
2014-03-24 12:48:39 +01:00
|
|
|
default "3.13.7" if BR2_KERNEL_HEADERS_3_13
|
2013-09-02 22:07:53 +02:00
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|