procd: add a 10 second delay to the interface triggers
authorJohn Crispin <john@openwrt.org>
Tue, 2 Jun 2015 12:03:20 +0000 (12:03 +0000)
committerJohn 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

index b6433b82c0097c95e421689a934cf5ca5d479482..f3c7e48e50423807c571acc3a9e567a009735e24 100644 (file)
@@ -223,6 +223,7 @@ _procd_add_interface_trigger() {
 
        json_close_array
 
+       _procd_add_array_data "10000"
        json_close_array
 }