summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-16 09:13:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-16 09:13:16 (GMT)
commit23b61e15410c230c3260c8bcfb952c00d6cf22d6 (patch)
treed5a5d52411041c775c886413deef3e77052af1aa /config/kernel
parent83f0bec91502b303ee769bac4f2717eb122bb363 (diff)
Add headers from linux-2.6.27.11.
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index a8f69f3..efebf6c 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -149,6 +149,10 @@ config KERNEL_V_2_6_27_10
bool
prompt "2.6.27.10"
+config KERNEL_V_2_6_27_11
+ bool
+ prompt "2.6.27.11"
+
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@@ -187,6 +191,7 @@ config KERNEL_VERSION
default "2.6.27.8" if KERNEL_V_2_6_27_8
default "2.6.27.9" if KERNEL_V_2_6_27_9
default "2.6.27.10" if KERNEL_V_2_6_27_10
+ default "2.6.27.11" if KERNEL_V_2_6_27_11
default "2.6.28" if KERNEL_V_2_6_28
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!