mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
linux-headers: add 3.13.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1d6b418081
commit
2b830e7af9
@ -5,7 +5,7 @@ comment "Kernel Header Options"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Kernel Headers"
|
prompt "Kernel Headers"
|
||||||
default BR2_KERNEL_HEADERS_3_12
|
default BR2_KERNEL_HEADERS_3_13
|
||||||
help
|
help
|
||||||
Select the version of kernel header files you wish to use.
|
Select the version of kernel header files you wish to use.
|
||||||
You must select the correct set of header files to match
|
You must select the correct set of header files to match
|
||||||
@ -63,6 +63,9 @@ choice
|
|||||||
config BR2_KERNEL_HEADERS_3_12
|
config BR2_KERNEL_HEADERS_3_12
|
||||||
bool "Linux 3.12.x kernel headers"
|
bool "Linux 3.12.x kernel headers"
|
||||||
|
|
||||||
|
config BR2_KERNEL_HEADERS_3_13
|
||||||
|
bool "Linux 3.13.x kernel headers"
|
||||||
|
|
||||||
config BR2_KERNEL_HEADERS_VERSION
|
config BR2_KERNEL_HEADERS_VERSION
|
||||||
bool "Manually specified Linux version"
|
bool "Manually specified Linux version"
|
||||||
|
|
||||||
@ -92,5 +95,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|||||||
default "3.10.27" if BR2_KERNEL_HEADERS_3_10
|
default "3.10.27" if BR2_KERNEL_HEADERS_3_10
|
||||||
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
||||||
default "3.12.8" if BR2_KERNEL_HEADERS_3_12
|
default "3.12.8" if BR2_KERNEL_HEADERS_3_12
|
||||||
|
default "3.13" if BR2_KERNEL_HEADERS_3_13
|
||||||
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
||||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user