Browse Source

linux26: Updated (2.6.39.4 -> 3.0)

user/amery/next/luajit
Christian Wiese 14 years ago committed by Christian Wiese
parent
commit
319c8d8075
  1. 6
      base/linux26/linux-conf.in
  2. 5
      base/linux26/linux26.desc

6
base/linux26/linux-conf.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux26/linux-conf.in # 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # 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 ) lx_ver=$( expr $lx_ver \* 1000 + $x )
done done
if [ $lx_ver -lt 1000000 ]; then
lx_ver=${lx_ver}000
fi
lx_cpu="$arch_machine" lx_cpu="$arch_machine"
if [ -s "$lx_confdir/arch/$arch.in" ]; then if [ -s "$lx_confdir/arch/$arch.in" ]; then
. "$lx_confdir/arch/$arch.in" . "$lx_confdir/arch/$arch.in"

5
base/linux26/linux26.desc

@ -31,8 +31,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 2.6.39.4 [V] 3.0
[P] X -?---5---9 102.060 [P] X -?---5---9 102.060
[D] 2893205553 linux-2.6.39.tar.bz2 http://ftp.kernel.org/pub/linux/kernel/v2.6/ [D] 3975143779 linux-3.0.tar.bz2 http://ftp.kernel.org/pub/linux/kernel/v3.0/
[D] 1490735735 patch-2.6.39.4.bz2 http://kernel.org/pub/linux/kernel/v2.6/

Loading…
Cancel
Save