blob: caacfae3862abbac8ef06cc01cd9479bc659877e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# This file defines the latest version of
# You also have to edit BR2_LINUX_2_6_STABLE
# in target/linux/Config.in.advanced
# which is approximately at line 132
config LINUX26_LATEST_RC_VERSION
string
default "2.6.29-rc2" if BR2_KERNEL_ADD_LATEST_RC_PATCH
help
Not really available as of 20090103
config LINUX26_LATEST_GIT_VERSION
string
default "2.6.29-rc2-git1" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
config LINUX26_LATEST_MM_VERSION
string
default "2.6.28-rc2-mm1" if BR2_KERNEL_ADD_LATEST_MM_PATCH
config BR2_KERNEL_CURRENT_VERSION
string
default "2.6.28.7"
help
This is the latest stable kernel (including minor version)
config BR2_KERNEL_LATEST_2_6_28
string
default "7"
config BR2_KERNEL_LATEST_2_6_27
string
default "13"
config BR2_KERNEL_LATEST_2_6_26
string
default "8"
config BR2_KERNEL_LATEST_2_6_25
string
default "19"
config BR2_KERNEL_LATEST_2_6_24
string
default "7"
config BR2_KERNEL_LATEST_2_6_23
string
default "17"
config BR2_KERNEL_LATEST_2_6_22
string
default "19"
config BR2_KERNEL_LATEST_2_6_21
string
default "7"
config BR2_KERNEL_LATEST_2_6_20
string
default "21"
|