Fixes a race condition on netifd device bringup. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47891master
parent
c0f4c9e0d8
commit
510f5a7209
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
. /lib/functions/network.sh |
||||
device="$1"; shift |
||||
network_defer_device "$device" |
||||
exec /usr/sbin/br2684ctl "$@" |
Loading…
Reference in new issue