X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1630b3829de9aa869992aa747c28d65a2fca31c2..b6e32f4a5808ab79e81ea35fd0f05d48c10636a0:/package/ppp/files/pppoa.sh?ds=sidebyside diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index df947aa83..c64e809de 100644 --- a/package/ppp/files/pppoa.sh +++ b/package/ppp/files/pppoa.sh @@ -1,3 +1,7 @@ +scan_pppoa() { + config_set "$1" device "pppoa-$1" +} + coldplug_interface_pppoa() { setup_interface_pppoa x "$1" }