move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp...
[openwrt/svn-archive/archive.git] / package / ppp / files / pppoe.sh
index c0bb515162e8c9c96269932badf17034d523c933..74f1a8579c5e8b81a520ef1f97eb0e63158f8140 100644 (file)
@@ -10,11 +10,6 @@ setup_interface_pppoe() {
                /sbin/insmod $module 2>&- >&-
        done
 
-       # make sure the network state references the correct ifname
-       scan_ppp "$config"
-       config_get ifname "$config" ifname
-       set_interface_ifname "$config" "$ifname"
-
        config_get mtu "$config" mtu
        mtu=${mtu:-1492}
        start_pppd "$config" \