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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e7f89ed1d1bf49fe64551dc2af764f40d5fad5;p=ipfire-3.x.git network: Don't explicitely load the ppp_generic module. This should be done on system boot. --- diff --git a/pkgs/core/network/src/functions.ppp b/pkgs/core/network/src/functions.ppp index 631a3c88b..42c13011a 100644 --- a/pkgs/core/network/src/functions.ppp +++ b/pkgs/core/network/src/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} }