projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
busybox: fix watchdog util compile
[openwrt.git]
/
package
/
ppp
/
files
/
pppoa.sh
diff --git
a/package/ppp/files/pppoa.sh
b/package/ppp/files/pppoa.sh
index
8c66250
..
65c5c2d
100644
(file)
--- a/
package/ppp/files/pppoa.sh
+++ b/
package/ppp/files/pppoa.sh
@@
-20,7
+20,7
@@
setup_interface_pppoa() {
*) ENCAPS="llc-encaps" ;;
esac
- config_get mtu "$c
f
g" mtu
+ config_get mtu "$c
onfi
g" mtu
mtu=${mtu:-1500}
start_pppd "$config" \
plugin pppoatm.so ${vpi:-8}.${vci:-35} ${ENCAPS} \
This page took
0.019178 seconds
and
4
git commands to generate.