1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-04 12:04:36 +03:00
openwrt-xburst/package/netifd/files/sbin/devstatus

13 lines
200 B
Plaintext
Raw Normal View History

#!/bin/sh
. /usr/share/libubox/jshn.sh
DEVICE="$1"
[ -n "$DEVICE" ] || {
echo "Usage: $0 <device>"
exit 1
}
json_init
json_add_string name "$DEVICE"
ubus call network.device status "$(json_dump)"