diff options
Diffstat (limited to 'openwrt/package/ppp/files/pptp.sh')
-rw-r--r-- | openwrt/package/ppp/files/pptp.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/ppp/files/pptp.sh b/openwrt/package/ppp/files/pptp.sh new file mode 100644 index 0000000..7b33ac1 --- /dev/null +++ b/openwrt/package/ppp/files/pptp.sh @@ -0,0 +1,3 @@ +scan_pptp() { + scan_ppp "$@" +} |