mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
procd: add a 10 second delay to the interface triggers
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
This commit is contained in:
parent
6d07290de3
commit
2b9ac1e0af
@ -223,6 +223,7 @@ _procd_add_interface_trigger() {
|
|||||||
|
|
||||||
json_close_array
|
json_close_array
|
||||||
|
|
||||||
|
_procd_add_array_data "10000"
|
||||||
json_close_array
|
json_close_array
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user