mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
kernel headers: add 2.6.25.4
This commit is contained in:
parent
eff0dffca2
commit
22454398f5
@ -6,7 +6,7 @@ comment "Kernel Header Options"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Kernel Headers"
|
prompt "Kernel Headers"
|
||||||
default BR2_KERNEL_HEADERS_2_6_24
|
default BR2_KERNEL_HEADERS_2_6_25
|
||||||
|
|
||||||
help
|
help
|
||||||
Select the version of kernel header files you wish to use.
|
Select the version of kernel header files you wish to use.
|
||||||
@ -77,6 +77,9 @@ choice
|
|||||||
config BR2_KERNEL_HEADERS_2_6_24
|
config BR2_KERNEL_HEADERS_2_6_24
|
||||||
bool "Linux 2.6.24.x kernel headers"
|
bool "Linux 2.6.24.x kernel headers"
|
||||||
|
|
||||||
|
config BR2_KERNEL_HEADERS_2_6_25
|
||||||
|
bool "Linux 2.6.25.x kernel headers"
|
||||||
|
|
||||||
config BR2_KERNEL_HEADERS_SNAP
|
config BR2_KERNEL_HEADERS_SNAP
|
||||||
bool "Linux 2.6 snapshot"
|
bool "Linux 2.6 snapshot"
|
||||||
|
|
||||||
@ -131,5 +134,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|||||||
default "2.6.22.10" if BR2_KERNEL_HEADERS_2_6_22
|
default "2.6.22.10" if BR2_KERNEL_HEADERS_2_6_22
|
||||||
default "2.6.23" if BR2_KERNEL_HEADERS_2_6_23
|
default "2.6.23" if BR2_KERNEL_HEADERS_2_6_23
|
||||||
default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24
|
default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24
|
||||||
|
default "2.6.25.4" if BR2_KERNEL_HEADERS_2_6_25
|
||||||
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user