mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
. /lib/functions/network.sh
|
||
|
device="$1"; shift
|
||
|
network_defer_device "$device"
|
||
|
exec /usr/sbin/br2684ctl "$@"
|