diff options
author | John Crispin <john@openwrt.org> | 2015-06-02 12:03:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-02 12:03:20 +0000 |
commit | 2b9ac1e0afb9657b10907b0e436ebd1842b83128 (patch) | |
tree | 3fbf037e14d1ace44b58e17c343929432c0a10dc /package/system | |
parent | 6d07290de39c8972920fa82b5d607e266cecf5b6 (diff) | |
download | upstream-2b9ac1e0afb9657b10907b0e436ebd1842b83128.tar.gz upstream-2b9ac1e0afb9657b10907b0e436ebd1842b83128.tar.bz2 upstream-2b9ac1e0afb9657b10907b0e436ebd1842b83128.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>
SVN-Revision: 45876
Diffstat (limited to 'package/system')
-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 } |