diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-07 00:20:30 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-07 00:20:30 +0200 |
commit | c1ce4b21d19454111ed0b2e11b72a419bc02d5cb (patch) | |
tree | 72c15b2070c5c8a6dbcf0b539d390b8463a5338f /config/kernel | |
parent | afc8a7bd590d0442dab7f2ee145300e1cdbbfdad (diff) | |
download | crosstool-ng-c1ce4b21d19454111ed0b2e11b72a419bc02d5cb.tar.gz crosstool-ng-c1ce4b21d19454111ed0b2e11b72a419bc02d5cb.tar.bz2 crosstool-ng-c1ce4b21d19454111ed0b2e11b72a419bc02d5cb.zip |
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>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index e2a02dae..b8935d9f 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 |