summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-07-04 15:31:35 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-07 23:02:57 +0200
commiteaf446e751d41d68c069edfe3732ff74cf083c7b (patch)
treec12603497939ba2c8b2f72131d6e1855047cd4b5 /package
parent3a622ef307e3e3048c60d474865498fd8d18e717 (diff)
downloadbuildroot-novena-eaf446e751d41d68c069edfe3732ff74cf083c7b.tar.gz
buildroot-novena-eaf446e751d41d68c069edfe3732ff74cf083c7b.zip
linux-headers: add 3.10.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r--package/linux-headers/Config.in.host6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 495552416..8431b2da0 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -5,7 +5,7 @@ comment "Kernel Header Options"
choice
prompt "Kernel Headers"
- default BR2_KERNEL_HEADERS_3_9
+ default BR2_KERNEL_HEADERS_3_10
help
Select the version of kernel header files you wish to use.
You must select the correct set of header files to match
@@ -53,6 +53,9 @@ choice
config BR2_KERNEL_HEADERS_3_9
bool "Linux 3.9.x kernel headers"
+ config BR2_KERNEL_HEADERS_3_10
+ bool "Linux 3.10.x kernel headers"
+
config BR2_KERNEL_HEADERS_VERSION
bool "Manually specified Linux version"
@@ -79,5 +82,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.7.10" if BR2_KERNEL_HEADERS_3_7
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
default "3.9.9" if BR2_KERNEL_HEADERS_3_9
+ default "3.10" if BR2_KERNEL_HEADERS_3_10
default "2.6" if BR2_KERNEL_HEADERS_SNAP
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION