mirror of
https://github.com/Heleguo/lede.git
synced 2026-01-08 21:57:21 +00:00
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 "$@"
|