summaryrefslogtreecommitdiffstats
path: root/target/linux/Config.in.versions
blob: d71504d4674d677044334a3aa225b44b8eab8573 (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
# 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 136

config LINUX26_LATEST_RC_VERSION
	string
	default "2.6.31-rc4" if BR2_KERNEL_ADD_LATEST_RC_PATCH
	help
	  Not really available as of 20090103

config LINUX26_LATEST_GIT_VERSION
	string
	default "2.6.30-rc4-git4" 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.30.2"
	help
	  This is the latest stable kernel (including minor version)

config BR2_KERNEL_LATEST_2_6_30
	string
	default "2"

config BR2_KERNEL_LATEST_2_6_29
	string
	default "6"

config BR2_KERNEL_LATEST_2_6_28
	string
	default "10"

config BR2_KERNEL_LATEST_2_6_27
	string
	default "27"

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"