projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d07290
)
procd: add a 10 second delay to the interface triggers
author
John Crispin
<john@openwrt.org>
Tue, 2 Jun 2015 12:03:20 +0000
(12:03 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 2 Jun 2015 12:03:20 +0000
(12:03 +0000)
this is an ugly hack that will be removed when the netifd maintainers
have time to look at the problem.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45876
package/system/procd/files/procd.sh
patch
|
blob
|
history
diff --git
a/package/system/procd/files/procd.sh
b/package/system/procd/files/procd.sh
index b6433b82c0097c95e421689a934cf5ca5d479482..f3c7e48e50423807c571acc3a9e567a009735e24 100644
(file)
--- a/
package/system/procd/files/procd.sh
+++ b/
package/system/procd/files/procd.sh
@@
-223,6
+223,7
@@
_procd_add_interface_trigger() {
json_close_array
+ _procd_add_array_data "10000"
json_close_array
}