mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
target/linux: bump 2.6.{27, 31, 32, 33} stable versions
Now that the kernel-headers are bumped, also bump the linux targets to match. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d5a3fa6867
commit
98366ba442
@ -97,7 +97,7 @@ choice
|
|||||||
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.33)"
|
bool "The latest stable Linux kernel (2.6.33.2)"
|
||||||
|
|
||||||
config BR2_LINUX_2_6_33
|
config BR2_LINUX_2_6_33
|
||||||
bool "Linux 2.6.33"
|
bool "Linux 2.6.33"
|
||||||
|
@ -15,27 +15,27 @@ config LINUX26_LATEST_GIT_VERSION
|
|||||||
|
|
||||||
config BR2_KERNEL_CURRENT_VERSION
|
config BR2_KERNEL_CURRENT_VERSION
|
||||||
string
|
string
|
||||||
default "2.6.33"
|
default "2.6.33.2"
|
||||||
help
|
help
|
||||||
This is the latest stable kernel (including minor version).
|
This is the latest stable kernel (including minor version).
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_33
|
config BR2_KERNEL_LATEST_2_6_33
|
||||||
string
|
string
|
||||||
default ""
|
default "2"
|
||||||
help
|
help
|
||||||
Released 2010-Feb-24.
|
Released 2010-Apr-01.
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_32
|
config BR2_KERNEL_LATEST_2_6_32
|
||||||
string
|
string
|
||||||
default "9"
|
default "11"
|
||||||
help
|
help
|
||||||
Released 2010-Feb-23.
|
Released 2010-Apr-01.
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_31
|
config BR2_KERNEL_LATEST_2_6_31
|
||||||
string
|
string
|
||||||
default "12"
|
default "13"
|
||||||
help
|
help
|
||||||
Released 2010-Jan-18 (last .31-stable release).
|
Released 2010-Apr-01 (last .31-stable release).
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_30
|
config BR2_KERNEL_LATEST_2_6_30
|
||||||
string
|
string
|
||||||
@ -57,6 +57,6 @@ config BR2_KERNEL_LATEST_2_6_28
|
|||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_27
|
config BR2_KERNEL_LATEST_2_6_27
|
||||||
string
|
string
|
||||||
default "45"
|
default "46"
|
||||||
help
|
help
|
||||||
Released 2010-Jan-28.
|
Released 2010-Apr-01.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user