diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 15:35:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 15:35:30 +0000 |
commit | f6e38ec125ddb1da51780e510c7943e76f61f88d (patch) | |
tree | 6c41a713b5f83fce07f89604b16fe4385bf2db3c /package/network/utils/linux-atm/files/br2684-up | |
parent | 262f054c6e556b3c4e5c2ec334f3f7190a5abf0f (diff) | |
download | mtk-20170518-f6e38ec125ddb1da51780e510c7943e76f61f88d.zip mtk-20170518-f6e38ec125ddb1da51780e510c7943e76f61f88d.tar.gz mtk-20170518-f6e38ec125ddb1da51780e510c7943e76f61f88d.tar.bz2 |
br2684ctl: resolve a boot time race condition with nas0 bringup by using explicit notification when init is done
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48321
Diffstat (limited to 'package/network/utils/linux-atm/files/br2684-up')
-rw-r--r-- | package/network/utils/linux-atm/files/br2684-up | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/utils/linux-atm/files/br2684-up b/package/network/utils/linux-atm/files/br2684-up new file mode 100644 index 0000000..ba1d670 --- /dev/null +++ b/package/network/utils/linux-atm/files/br2684-up @@ -0,0 +1,3 @@ +#!/bin/sh +. /lib/functions/network.sh +network_ready_device "$1" |