summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-06 22:20:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-06 22:20:30 (GMT)
commitc1ce4b21d19454111ed0b2e11b72a419bc02d5cb (patch)
tree72c15b2070c5c8a6dbcf0b539d390b8463a5338f
parentafc8a7bd590d0442dab7f2ee145300e1cdbbfdad (diff)
kernel/linux: fix typo
Finally fix typo introduced in #6eb0189d7225 and partially fixed in #61ec8b08f98d... Seems I'm fast at introducing trivial typoes, but bad at fixing them... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r--config/kernel/linux.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index e2a02da..b8935d9 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -157,7 +157,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.0_4" if KERNEL_V_3_0_4
+ default "3.0.4" if KERNEL_V_3_0_4
default "3.0.3" if KERNEL_V_3_0_3
default "3.0.2" if KERNEL_V_3_0_2
default "3.0.1" if KERNEL_V_3_0_1