summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-03 08:56:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-03 08:56:30 (GMT)
commitba93eabd8a5f8b34f10d12a22c46f8fddc597b21 (patch)
tree20da70432dddfc1ee236605d46f98ae232094488
parente356803589a5d45f78fb1a56eb8ea135814514cd (diff)
Add latest linux kernel 2.6.25.10.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
-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 4d8b843..5d32c50 100644
--- a/config/kernel/linux_headers_install.in
+++ b/config/kernel/linux_headers_install.in
@@ -120,6 +120,11 @@ config KERNEL_INSTALL_V_2_6_25_9
prompt "2.6.25.9"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_25_10
+ bool
+ prompt "2.6.25.10"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -150,6 +155,7 @@ config KERNEL_VERSION
default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
+ default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!