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