diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-02 12:03:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-02 12:03:20 +0000 |
commit | 6d8301a5f7efcf8ea334382ce292f1b83c0feb96 (patch) | |
tree | d66e5581cbbd3d0298a6753f1c35d5c787d729ff /package/system/procd/files | |
parent | f395ee2378c4b4dbbbf93625af479b608365b54c (diff) | |
download | master-187ad058-6d8301a5f7efcf8ea334382ce292f1b83c0feb96.tar.gz master-187ad058-6d8301a5f7efcf8ea334382ce292f1b83c0feb96.tar.bz2 master-187ad058-6d8301a5f7efcf8ea334382ce292f1b83c0feb96.zip |
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
Diffstat (limited to 'package/system/procd/files')
-rw-r--r-- | package/system/procd/files/procd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |