Browse Source

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 <[email protected]>

SVN-Revision: 45876
John Crispin 10 years ago
parent
commit
2b9ac1e0af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/system/procd/files/procd.sh

+ 1 - 0
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
 }