projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3112c2
)
fix pppoatm init script
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 Aug 2005 21:49:35 +0000
(21:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 Aug 2005 21:49:35 +0000
(21:49 +0000)
SVN-Revision: 1800
openwrt/package/ppp/files/ifup.pppoa
patch
|
blob
|
history
diff --git
a/openwrt/package/ppp/files/ifup.pppoa
b/openwrt/package/ppp/files/ifup.pppoa
index dc08aa54523f80bc40f59b68337ad6b58afb06af..7fac6ccac6c56a45056b4b7df8831630fe517e63 100644
(file)
--- a/
openwrt/package/ppp/files/ifup.pppoa
+++ b/
openwrt/package/ppp/files/ifup.pppoa
@@
-10,7
+10,7
@@
type=$1
exit
}
-for module in slhc ppp_generic pppo
x pppo
atm; do
+for module in slhc ppp_generic pppoatm; do
/sbin/insmod $module 2>&- >&-
done
@@
-27,7
+27,6
@@
while :; do
MTU=${MTU:-1492}
MTU=${MTU:+ mtu $MTU mru $MTU}
- ifconfig $IFNAME up
/usr/sbin/pppd nodetach \
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
usepeerdns \