package/mtd: write remaining data after adding file to the jffs2 partition
[openwrt.git] / package / pptp / files / pptp.sh
index c95895d..436bee3 100644 (file)
@@ -2,6 +2,10 @@ find_gw() {
        route -n | awk '$1 == "0.0.0.0" { print $2; exit }'
 }
 
+scan_pptp() {
+       config_set "$1" device "pptp-$1"
+}
+
 stop_interface_pptp() {
        stop_interface_ppp "$1"
 }
This page took 0.023951 seconds and 4 git commands to generate.