xl2tpd: remove module loading from init script
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Jul 2012 12:59:32 +0000 (12:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Jul 2012 12:59:32 +0000 (12:59 +0000)
Remove module loading from xl2tpd init-script now that module gets loaded
properly during boot (since that was already fixed in #32562, this partly
reverts #32563)

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32574

net/xl2tpd/files/xl2tpd.init

index bdee61547f7e8c9a5cacb587a80dd43dee93be20..22e845901d31683ddcc2b170c5f44bdf67d369c8 100644 (file)
@@ -8,16 +8,6 @@ RUN_D=/var/run
 PID_F=$RUN_D/$BIN.pid
 
 start() {
-       # make sure kernel modules are loaded before starting xl2tpd, otherwise
-       # kernel-mode l2tp support won't work
-       local load
-       for module in slhc ppp_generic ppp_async pppox l2tp_core l2tp_netlink l2tp_ppp ; do
-               grep -q "$module" /proc/modules && continue
-               /sbin/insmod $module 2>&- >&-
-               load=1
-       done
-       [ "$load" = "1" ] && sleep 1
-
        mkdir -p $RUN_D/$BIN
        [ -f $DEFAULT ] && . $DEFAULT
        $BIN $OPTIONS