projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: b43: Expose PIO mode fallback
[openwrt.git]
/
package
/
ppp
/
files
/
etc
/
hotplug.d
/
atm
/
20-atm-modem
diff --git
a/package/ppp/files/etc/hotplug.d/atm/20-atm-modem
b/package/ppp/files/etc/hotplug.d/atm/20-atm-modem
index
45ef542
..
4fd9b9c
100644
(file)
--- a/
package/ppp/files/etc/hotplug.d/atm/20-atm-modem
+++ b/
package/ppp/files/etc/hotplug.d/atm/20-atm-modem
@@
-10,10
+10,13
@@
if [ "$ACTION" = "add" ]; then
local up
config_get_bool up "$ifc" up 0
local up
config_get_bool up "$ifc" up 0
+ local auto
+ config_get_bool auto "$ifc" auto 1
+
local proto
config_get proto "$ifc" proto
local proto
config_get proto "$ifc" proto
- if [ "$proto" = "pppoa" ] && [ "$up" != 1 ]; then
+ if [ "$proto" = "pppoa" ] && [ "$up" != 1 ]
&& [ "$auto" = 1 ]
; then
found=1
( sleep 1; ifup "$ifc" ) &
fi
found=1
( sleep 1; ifup "$ifc" ) &
fi
This page took
0.027271 seconds
and
4
git commands to generate.