X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto%2Fppp.sh;h=8dd97c00f515bbfcbb7d2d84751679e6d15d6f2c;hp=76df2f3e6c021c009170a73d92b77d632149b682;hb=0e54c1a6088b7df98da521e4b60ac8b7e6429662;hpb=23cfcee20f43d824d61fadef48af84a83d5b8816 diff --git a/proto/ppp.sh b/proto/ppp.sh index 76df2f3..8dd97c0 100755 --- a/proto/ppp.sh +++ b/proto/ppp.sh @@ -8,6 +8,14 @@ ppp_init_config() { proto_config_add_int "keepalive" } +ppp_setup() { + return +} + +ppp_teardown() { + return +} + ppp_init() { return }