Browse Source

linux26: removed exceptions for linux 2.4 - not supported

karasz/qt
Alejandro Mery 16 years ago
parent
commit
ae86ce37bb
  1. 7
      base/linux26/linux-conf.in
  2. 7
      base/linux26/linux26.conf

7
base/linux26/linux-conf.in

@ -268,12 +268,7 @@ lx_patch ()
echo "Correcting user and permissions ..."
chown -R root:root . ; chmod -R u=rwX,go=rX .
if [[ $treever = 24* ]] ; then
echo "Create symlinks and a few headers for <$lx_cpu> ... "
eval $MAKE $makeopt symlinks
cp $base/package/*/linux24/autoconf.h include/linux/
touch include/linux/modversions.h
elif [ "$lx_kernelrelease" != "UTS_RELEASE" ]; then
if [ "$lx_kernelrelease" != "UTS_RELEASE" ]; then
echo "Create symlinks and a few headers for <$lx_cpu> ... "
eval $MAKE $makeopt include/asm
fi

7
base/linux26/linux26.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../linux26/linux26.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -28,11 +28,6 @@ main_lx() {
# one is used)
yes '' | eval $MAKE $makeopt oldconfig > /dev/null
if [[ $treever = 24* ]] ; then
echo "Creating dependencies ..."
eval $MAKE $makeopt dep
fi
kerneldir="$PWD"
moduledir="$root/lib/modules/${lx_kernelrelease}"

Loading…
Cancel
Save