From: Jo-Philipp Wich Date: Mon, 17 Jan 2011 02:13:07 +0000 (+0000) Subject: [package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed for... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=0cde82bf107b970f53d7d287253f90f1941bb1dd;p=15.05%2Fopenwrt.git [package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and solos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25027 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index c64e809de3..dbb6eb00e4 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" }