busybox: fix watchdog util compile
[openwrt.git] / package / ppp / files / pppoe.sh
index f33d37a..c0bb515 100644 (file)
@@ -13,9 +13,9 @@ setup_interface_pppoe() {
        # make sure the network state references the correct ifname
        scan_ppp "$config"
        config_get ifname "$config" ifname
-       uci set "/var/state/network.$config.ifname=$ifname"
+       set_interface_ifname "$config" "$ifname"
 
-       config_get mtu "$cfg" mtu
+       config_get mtu "$config" mtu
        mtu=${mtu:-1492}
        start_pppd "$config" \
                plugin rp-pppoe.so \
This page took 0.024232 seconds and 4 git commands to generate.