summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-01 16:57:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-01 16:57:41 (GMT)
commitd246b4d3adaa658080edc8c9a5b16d659278f29d (patch)
tree265a3e3ea32d5b86e6c08002daef34041cd04bf7 /config/kernel
parent520eda92a20186738d96f756e33aee2e0243cf46 (diff)
Add linux-2.6.26.3.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux_headers_install.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/kernel/linux_headers_install.in b/config/kernel/linux_headers_install.in
index 8b051fa..db7af99 100644
--- a/config/kernel/linux_headers_install.in
+++ b/config/kernel/linux_headers_install.in
@@ -164,6 +164,11 @@ config KERNEL_INSTALL_V_2_6_26_2
prompt "2.6.26.2"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_26_3
+ bool
+ prompt "2.6.26.3"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -203,6 +208,7 @@ config KERNEL_VERSION
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
default "2.6.26.2" if KERNEL_INSTALL_V_2_6_26_2
+ default "2.6.26.3" if KERNEL_INSTALL_V_2_6_26_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!