]> git.ipfire.org Git - people/arne_f/network.git/commitdiff
network: Don't explicitely load the ppp_generic module.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 22:18:18 +0000 (00:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 22:18:18 +0000 (00:18 +0200)
This should be done on system boot.

functions.ppp

index 631a3c88b07e4d2d624a5b2639b2309cfe00888d..42c13011aaa68443f71de21c9d1b3af939aee52d 100644 (file)
 ###############################################################################
 
 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}
 }