summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-04 17:49:10 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-04 17:49:10 (GMT)
commitc4a2b614897a93429f62e781171e2375622d6ed0 (patch)
tree786e8fa1990528e8ef45000ff85054f3c6c7d4a5 /config/kernel/linux.in
parent46d3ec734ad68cfa71eb8aa1a93f832ce0264bf6 (diff)
Add latest versions:
- Linux kernel headers 2.6.28.{6,7} - uClibc 0.9.30.1 /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ /trunk/config/libc/uClibc.in | 5 5 0 0 +++++ 2 files changed, 15 insertions(+)
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 5e7fbd7..20f73f9 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -201,6 +201,14 @@ config KERNEL_V_2_6_28_5
bool
prompt "2.6.28.5"
+config KERNEL_V_2_6_28_6
+ bool
+ prompt "2.6.28.6"
+
+config KERNEL_V_2_6_28_7
+ bool
+ prompt "2.6.28.7"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -248,6 +256,8 @@ config KERNEL_VERSION
default "2.6.28.3" if KERNEL_V_2_6_28_3
default "2.6.28.4" if KERNEL_V_2_6_28_4
default "2.6.28.5" if KERNEL_V_2_6_28_5
+ default "2.6.28.6" if KERNEL_V_2_6_28_6
+ default "2.6.28.7" if KERNEL_V_2_6_28_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!