X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b6e32f4a5808ab79e81ea35fd0f05d48c10636a0..744a7f439779a953cfc55dccb0d243eadbddcb5a:/package/ppp/files/pppoa.sh diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index c64e809de..dbb6eb00e 100644 --- a/package/ppp/files/pppoa.sh +++ b/package/ppp/files/pppoa.sh @@ -2,10 +2,6 @@ scan_pppoa() { config_set "$1" device "pppoa-$1" } -coldplug_interface_pppoa() { - setup_interface_pppoa x "$1" -} - stop_interface_pppoa() { stop_interface_ppp "$1" }