From: Michael Tremer Date: Thu, 3 Jun 2010 22:18:18 +0000 (+0200) Subject: network: Don't explicitely load the ppp_generic module. X-Git-Tag: 001~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dbe3f01acc05db4d7a3c1770854a809fd51b047;p=network.git network: Don't explicitely load the ppp_generic module. This should be done on system boot. --- diff --git a/functions.ppp b/functions.ppp index 631a3c88..42c13011 100644 --- a/functions.ppp +++ b/functions.ppp @@ -20,11 +20,7 @@ ############################################################################### function ppp_pre_up() { - # Load the ppp_generic module if not already done - if ! grep -q ^ppp_generic /proc/modules; then - modprobe -q ppp_generic - fi - + : #connection --starting --zone=${zone} }