Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv22491/scripts
Modified Files:
pptp-patches
Log Message:
fixed kernel mppe supprot
Index: pptp-patches
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/pptp-patches,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- pptp-patches 16 Nov 2003 18:46:14 -0000 1.12
+++ pptp-patches 17 Dec 2003 21:50:37 -0000 1.13
@@ -31,12 +31,9 @@
PPPDIR=$(find_src_dir ppp)
KERNELDIR=$(find_src_dir linux)
PATCHDIR=$(pwd)
- pushd $PPPDIR > /dev/null || exit 1
- #patch -p1 < $PATCHDIR/ppp-2.4.1-MSCHAPv2-fix.patch || exit 1
- #patch -p1 < $PATCHDIR/ppp-2.4.1-openssl-0.9.6-mppe-patch || exit 1
- cd $KERNELDIR || exit 1
- patch -p1 < $PATCHDIR/linux-2.4.21-openssl-0.9.6b-mppe.patch || exit 1
- popd > /dev/null
+ cd mppe
+ yes "" | ./mppeinstall.sh $KERNELDIR || exit 1
+ echo "CONFIG_PPP_MPPE=m" >> $KERNELDIR/.config || exit 1
fi
fi
;;
|