From: John Crispin Date: Tue, 2 Jun 2015 12:03:20 +0000 (+0000) Subject: procd: add a 10 second delay to the interface triggers X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=929381fd64f785b6cd524a0b751e061d5c11559c 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 SVN-Revision: 45876 --- diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index b6433b82c0..f3c7e48e50 100644 --- 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 }