Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv8926/scripts
Modified Files:
ppp
Log Message:
- updated ppp to cvs-20031002 and applied debian patches (except ATM)
- enabled basic support for ATM in Kernel
(Note: no drivers or full support yet!)
Index: ppp
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/ppp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ppp 5 Nov 2003 02:44:33 -0000 1.10
+++ ppp 16 Nov 2003 18:45:13 -0000 1.11
@@ -29,9 +29,7 @@
case $1 in
build )
if [ "$CONFIG_PPP" = "y" ]; then
- if [ "$CONFIG_PPPOE_PATCH" = "y" ]; then
- bzcat $DL_DIR/src/ppp-2.4.1-pppoe*.patch.bz2 | patch -Np1
- fi
+ cat ../ppp-patches/* | patch -p1 || exit 1
./configure || exit 1
make $PMAKE all || exit 1
strip_debug
|