Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv15119/scripts/configuration
Modified Files:
ppp.config
Removed Files:
pppoe-patch4.config
Log Message:
consolidated ppp and pppoe patch into one script
corrected wrong config name
Index: ppp.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/ppp.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ppp.config 2 Oct 2003 15:58:26 -0000 1.2
+++ ppp.config 5 Nov 2003 02:44:33 -0000 1.3
@@ -6,3 +6,6 @@
# 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
--- pppoe-patch4.config DELETED ---
|