diff options
| author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 02:13:07 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 02:13:07 +0000 |
| commit | 110055b38320c2724f613fb996d88888df5433b3 (patch) | |
| tree | 766440582428c9216c98c97c0e538739099071e7 | |
| parent | 5cf136ae0eed9dc82548f736b47e5d128c5f438e (diff) | |
| download | upstream-110055b38320c2724f613fb996d88888df5433b3.tar.gz upstream-110055b38320c2724f613fb996d88888df5433b3.tar.bz2 upstream-110055b38320c2724f613fb996d88888df5433b3.zip | |
ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and solos
SVN-Revision: 25027
| -rw-r--r-- | package/ppp/files/pppoa.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index c64e809de38..dbb6eb00e42 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" } |
