projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ustl package for systems with /bin/install instead of /usr/bin/install
[openwrt.git]
/
openwrt
/
package
/
ppp
/
files
/
ifup.pppoa
diff --git
a/openwrt/package/ppp/files/ifup.pppoa
b/openwrt/package/ppp/files/ifup.pppoa
index
2ae6019
..
baea25e
100644
(file)
--- a/
openwrt/package/ppp/files/ifup.pppoa
+++ b/
openwrt/package/ppp/files/ifup.pppoa
@@
-25,6
+25,7
@@
case "$DEMAND" in
on|1|enabled)
DEMAND=$(nvram get ppp_idletime)
DEMAND=${IDLETIME:+demand idle $IDLETIME}
+ [ -f /etc/ppp/filter ] && DEMAND=${DEMAND:+precompiled-active-filter /etc/ppp/filter $DEMAND}
;;
*) DEMAND="persist";;
esac
This page took
0.024743 seconds
and
4
git commands to generate.