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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45876 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin 2015-06-02 12:03:20 +00:00
parent f395ee2378
commit 6d8301a5f7

View File

@ -223,6 +223,7 @@ _procd_add_interface_trigger() {
json_close_array
_procd_add_array_data "10000"
json_close_array
}