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>
This commit is contained in:
Yann E. MORIN" 2011-09-07 00:20:30 +02:00
parent afc8a7bd59
commit c1ce4b21d1

View File

@ -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