summaryrefslogtreecommitdiff
path: root/package/network/utils/linux-atm/files/br2684ctl_wrap
blob: d1bc98e014eecc3f30e9564a8ae26abb7576db29 (plain)
1
2
3
4
5
#!/bin/sh
. /lib/functions/network.sh
device="$1"; shift
network_defer_device "$device"
exec /usr/sbin/br2684ctl "$@"