blob: 3c35b26a4129fc6a558be2c362e5a0cd5d7f1308 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2. /usr/share/libubox/jshn.sh
3DEVICE="$1"
4
5[ -n "$DEVICE" ] || {
6 echo "Usage: $0 <device>"
7 exit 1
8}
9
10json_init
11json_add_string name "$DEVICE"
12ubus call network.device status "$(json_dump)"