Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv8926/scripts/configuration
Modified Files:
ppp.config
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.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/ppp.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ppp.config 5 Nov 2003 02:44:33 -0000 1.3
+++ ppp.config 16 Nov 2003 18:45:14 -0000 1.4
@@ -6,6 +6,3 @@
# http://www.devil-linux.org
menu_add "Networking|Internet Connectivity" bool "PPP" CONFIG_PPP
-if [ "$CONFIG_PPP" = "y" ]; then
- menu_add "Networking|Internet Connectivity" bool "PPPoE Patch for PPPD" CONFIG_PPPOE_PATCH
-fi
|