2013-06-30 21:28:58 +02:00
|
|
|
config BR2_PACKAGE_HOST_LINUX_HEADERS
|
|
|
|
|
bool
|
2004-10-09 01:06:03 +00:00
|
|
|
|
2007-09-25 07:55:45 +00:00
|
|
|
comment "Kernel Header Options"
|
2004-10-09 05:33:05 +00:00
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
choice
|
|
|
|
|
prompt "Kernel Headers"
|
2014-01-20 11:44:02 -03:00
|
|
|
default BR2_KERNEL_HEADERS_3_13
|
2004-10-09 01:06:03 +00: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 11:38:20 +00: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 09:51:33 +00:00
|
|
|
depends on !BR2_arc
|
2011-07-22 09:08:36 +02:00
|
|
|
|
2012-01-05 13:30:14 -03:00
|
|
|
config BR2_KERNEL_HEADERS_3_2
|
|
|
|
|
bool "Linux 3.2.x kernel headers"
|
2013-05-02 09:51:33 +00:00
|
|
|
depends on !BR2_arc
|
2012-01-05 13:30:14 -03: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 09:51:33 +00:00
|
|
|
depends on !BR2_arc
|
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
|
2012-10-01 22:14:35 +02:00
|
|
|
|
2012-12-11 07:58:32 +00: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
|
2012-12-11 07:58:32 +00:00
|
|
|
|
2013-03-01 00:16:26 +00: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
|
2013-03-01 00:16:26 +00: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
|
2013-04-29 09:24:44 +02:00
|
|
|
|
2013-07-04 15:31:35 -03:00
|
|
|
config BR2_KERNEL_HEADERS_3_10
|
|
|
|
|
bool "Linux 3.10.x kernel headers"
|
|
|
|
|
|
2013-09-03 15:41:54 -03:00
|
|
|
config BR2_KERNEL_HEADERS_3_11
|
|
|
|
|
bool "Linux 3.11.x kernel headers"
|
|
|
|
|
|
2013-11-04 18:32:44 -03:00
|
|
|
config BR2_KERNEL_HEADERS_3_12
|
|
|
|
|
bool "Linux 3.12.x kernel headers"
|
|
|
|
|
|
2014-01-20 11:44:02 -03:00
|
|
|
config BR2_KERNEL_HEADERS_3_13
|
|
|
|
|
bool "Linux 3.13.x kernel headers"
|
|
|
|
|
|
2009-10-07 22:08:25 +02:00
|
|
|
config BR2_KERNEL_HEADERS_VERSION
|
2013-02-06 08:43:25 +00:00
|
|
|
bool "Manually specified Linux version"
|
2004-10-09 01:06:03 +00: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 07:58:32 +00:00
|
|
|
E.G.: 3.6.10
|
2009-10-07 22:08:25 +02:00
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
config BR2_DEFAULT_KERNEL_HEADERS
|
|
|
|
|
string
|
2013-10-22 14:51:57 -03: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-02-23 08:43:20 -03:00
|
|
|
default "3.4.82" if BR2_KERNEL_HEADERS_3_4
|
2012-12-18 01:10:59 +00:00
|
|
|
default "3.6.11" if BR2_KERNEL_HEADERS_3_6
|
2013-03-01 00:16:26 +00:00
|
|
|
default "3.7.10" if BR2_KERNEL_HEADERS_3_7
|
2013-05-12 02:26:30 +00:00
|
|
|
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
|
2013-07-22 07:57:42 -03:00
|
|
|
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
|
2014-02-23 08:43:20 -03:00
|
|
|
default "3.10.32" if BR2_KERNEL_HEADERS_3_10
|
2013-12-01 21:26:56 -03:00
|
|
|
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
2014-02-23 08:43:20 -03:00
|
|
|
default "3.12.13" if BR2_KERNEL_HEADERS_3_12
|
|
|
|
|
default "3.13.5" if BR2_KERNEL_HEADERS_3_13
|
2013-09-02 22:07:53 +02:00
|
|
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|