projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf136a
)
ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and...
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 17 Jan 2011 02:13:07 +0000
(
02:13
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 17 Jan 2011 02:13:07 +0000
(
02:13
+0000)
SVN-Revision: 25027
package/ppp/files/pppoa.sh
patch
|
blob
|
history
diff --git
a/package/ppp/files/pppoa.sh
b/package/ppp/files/pppoa.sh
index c64e809de389b6dad17b9f0dbad98b99dbfb5d51..dbb6eb00e42ee813b8a47c1631ae5693147eb9f7 100644
(file)
--- 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"
}