mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
Update linux versions
This commit is contained in:
parent
309af037c8
commit
4eb79e2732
@ -123,16 +123,20 @@ config BR2_LINUX26_RC_MM_VERSION
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Linux Kernel Version"
|
prompt "Linux Kernel Version"
|
||||||
default BR2_LINUX_2_6_22_10 if BR2_avr32
|
default BR2_LINUX_2_6_28
|
||||||
default BR2_LINUX_2_6_22_1 if !BR2_avr32 && BR2_TARGET_ATMEL
|
|
||||||
default BR2_LINUX_2_6_22 if !BR2_TARGET_ATMEL
|
|
||||||
help
|
help
|
||||||
Select the specific Linux version you want to use
|
Select the specific Linux version you want to use
|
||||||
|
|
||||||
config BR2_LINUX_2_6_STABLE
|
config BR2_LINUX_2_6_STABLE
|
||||||
bool "The latest stable Linux kernel (2.6.27.10)"
|
bool "The latest stable Linux kernel (2.6.28)"
|
||||||
help
|
help
|
||||||
Linux 2.26.27.10
|
Linux 2.26.28
|
||||||
|
|
||||||
|
config BR2_LINUX_2_6_28
|
||||||
|
bool "Linux 2.6.28"
|
||||||
|
select BR2_KERNEL_BASE
|
||||||
|
help
|
||||||
|
Linux 2.6.28
|
||||||
|
|
||||||
config BR2_LINUX_2_6_27
|
config BR2_LINUX_2_6_27
|
||||||
bool "Linux 2.6.27"
|
bool "Linux 2.6.27"
|
||||||
@ -207,12 +211,6 @@ config BR2_LINUX_2_6_20
|
|||||||
help
|
help
|
||||||
Linux 2.6.20
|
Linux 2.6.20
|
||||||
|
|
||||||
config BR2_LINUX_2_6_28
|
|
||||||
bool "Linux 2.6.28"
|
|
||||||
select BR2_KERNEL_BASE
|
|
||||||
help
|
|
||||||
Linux 2.6.28
|
|
||||||
|
|
||||||
config BR2_LINUX_2_6_29
|
config BR2_LINUX_2_6_29
|
||||||
bool "Linux 2.6.29"
|
bool "Linux 2.6.29"
|
||||||
select BR2_KERNEL_BASE
|
select BR2_KERNEL_BASE
|
||||||
|
@ -5,11 +5,13 @@
|
|||||||
|
|
||||||
config LINUX26_LATEST_RC_VERSION
|
config LINUX26_LATEST_RC_VERSION
|
||||||
string
|
string
|
||||||
default "2.6.28-rc9" if BR2_KERNEL_ADD_LATEST_RC_PATCH
|
default "2.6.29-rc1" if BR2_KERNEL_ADD_LATEST_RC_PATCH
|
||||||
|
help
|
||||||
|
Not really available as of 20090103
|
||||||
|
|
||||||
config LINUX26_LATEST_GIT_VERSION
|
config LINUX26_LATEST_GIT_VERSION
|
||||||
string
|
string
|
||||||
default "2.6.28-rc9-git1" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
|
default "2.6.28-git5" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
|
||||||
|
|
||||||
config LINUX26_LATEST_MM_VERSION
|
config LINUX26_LATEST_MM_VERSION
|
||||||
string
|
string
|
||||||
@ -17,7 +19,13 @@ config LINUX26_LATEST_MM_VERSION
|
|||||||
|
|
||||||
config BR2_KERNEL_CURRENT_VERSION
|
config BR2_KERNEL_CURRENT_VERSION
|
||||||
string
|
string
|
||||||
default "2.6.27.10"
|
default "2.6.28"
|
||||||
|
|
||||||
|
config BR2_KERNEL_LATEST_2_6_28
|
||||||
|
string
|
||||||
|
default "1"
|
||||||
|
help
|
||||||
|
Not really available as of 20090103
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_27
|
config BR2_KERNEL_LATEST_2_6_27
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user