add a staging directory for unstripped package files, useful for debugging, will...
[openwrt.git] / package / ppp / files / ppp.sh
index af01d44..bfa708d 100644 (file)
@@ -77,7 +77,7 @@ setup_interface_ppp() {
 
        config_get device "$config" device
 
-       config_get mtu "$cfg" mtu
+       config_get mtu "$config" mtu
        mtu=${mtu:-1492}
        start_pppd "$config" \
                mtu $mtu mru $mtu \
This page took 0.02231 seconds and 4 git commands to generate.