ppp: Update to version 2.4.9
[openwrt/staging/mkresin.git] / package / network / services / ppp / files / ppp.sh
index b553effd889e7662f366793665c789ed0d0c0ff2..7bbc497c43bd44ff1da3f50e08fc8c186e29435c 100755 (executable)
@@ -234,7 +234,7 @@ proto_pppoe_setup() {
        json_get_var padi_timeout padi_timeout
 
        ppp_generic_setup "$config" \
-               plugin rp-pppoe.so \
+               plugin pppoe.so \
                ${ac:+rp_pppoe_ac "$ac"} \
                ${service:+rp_pppoe_service "$service"} \
                ${host_uniq:+host-uniq "$host_uniq"} \
@@ -331,7 +331,7 @@ proto_pptp_teardown() {
 
 [ -n "$INCLUDE_ONLY" ] || {
        add_protocol ppp
-       [ -f /usr/lib/pppd/*/rp-pppoe.so ] && add_protocol pppoe
+       [ -f /usr/lib/pppd/*/pppoe.so ] && add_protocol pppoe
        [ -f /usr/lib/pppd/*/pppoatm.so ] && add_protocol pppoa
        [ -f /usr/lib/pppd/*/pptp.so ] && add_protocol pptp
 }