summaryrefslogtreecommitdiff
path: root/package/netifd/files/sbin/devstatus
diff options
context:
space:
mode:
Diffstat (limited to 'package/netifd/files/sbin/devstatus')
-rwxr-xr-xpackage/netifd/files/sbin/devstatus12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/netifd/files/sbin/devstatus b/package/netifd/files/sbin/devstatus
deleted file mode 100755
index 3c35b26..0000000
--- a/package/netifd/files/sbin/devstatus
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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)"