diff --git a/base/linux26/linux-conf.in b/base/linux26/linux-conf.in index aa1c1671b..fe638d5e5 100644 --- a/base/linux26/linux-conf.in +++ b/base/linux26/linux-conf.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/linux-conf.in -# Copyright (C) 2006 - 2010 The OpenSDE Project +# Copyright (C) 2006 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -22,6 +22,10 @@ for x in $(echo "$ver" | cut -d. -f1-3 | tr '.' ' '); do lx_ver=$( expr $lx_ver \* 1000 + $x ) done +if [ $lx_ver -lt 1000000 ]; then + lx_ver=${lx_ver}000 +fi + lx_cpu="$arch_machine" if [ -s "$lx_confdir/arch/$arch.in" ]; then . "$lx_confdir/arch/$arch.in" diff --git a/base/linux26/linux26.desc b/base/linux26/linux26.desc index 4c3f818d4..ff30c9740 100644 --- a/base/linux26/linux26.desc +++ b/base/linux26/linux26.desc @@ -31,8 +31,7 @@ [L] GPL [S] Stable -[V] 2.6.39.4 +[V] 3.0 [P] X -?---5---9 102.060 -[D] 2893205553 linux-2.6.39.tar.bz2 http://ftp.kernel.org/pub/linux/kernel/v2.6/ -[D] 1490735735 patch-2.6.39.4.bz2 http://kernel.org/pub/linux/kernel/v2.6/ +[D] 3975143779 linux-3.0.tar.bz2 http://ftp.kernel.org/pub/linux/kernel/v3.0/