mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
target/linux: bump 2.6.32 and 2.6.33 versions
New versions of the 2.6.32 and 2.6.33 kernel were released today and it is suggested that all users should upgrade. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7bb2b4826e
commit
eea3ff264f
@ -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.2)"
|
bool "The latest stable Linux kernel (2.6.33.4)"
|
||||||
|
|
||||||
config BR2_LINUX_2_6_33
|
config BR2_LINUX_2_6_33
|
||||||
bool "Linux 2.6.33"
|
bool "Linux 2.6.33"
|
||||||
|
@ -15,21 +15,21 @@ config LINUX26_LATEST_GIT_VERSION
|
|||||||
|
|
||||||
config BR2_KERNEL_CURRENT_VERSION
|
config BR2_KERNEL_CURRENT_VERSION
|
||||||
string
|
string
|
||||||
default "2.6.33.2"
|
default "2.6.33.4"
|
||||||
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 "2"
|
default "4"
|
||||||
help
|
help
|
||||||
Released 2010-Apr-01.
|
Released 2010-May-12.
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_32
|
config BR2_KERNEL_LATEST_2_6_32
|
||||||
string
|
string
|
||||||
default "11"
|
default "13"
|
||||||
help
|
help
|
||||||
Released 2010-Apr-01.
|
Released 2010-May-12.
|
||||||
|
|
||||||
config BR2_KERNEL_LATEST_2_6_31
|
config BR2_KERNEL_LATEST_2_6_31
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user