mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
510f5a7209
Fixes a race condition on netifd device bringup. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47891
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
. /lib/functions/network.sh
|
|
device="$1"; shift
|
|
network_defer_device "$device"
|
|
exec /usr/sbin/br2684ctl "$@"
|