diff --git a/base/linux26/linux-conf.in b/base/linux26/linux-conf.in index fdf27b001..1266177bb 100644 --- a/base/linux26/linux-conf.in +++ b/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 diff --git a/base/linux26/linux26.conf b/base/linux26/linux26.conf index 1f3352ef6..bf48c15a9 100644 --- a/base/linux26/linux26.conf +++ b/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}"