projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[target/omap4]: add support for OMAP4 based boards, starting with the PandaBoard
[openwrt.git]
/
package
/
netifd
/
files
/
sbin
/
devstatus
1
#!/bin/sh
2
.
/
usr
/
shar
e
/
libubox
/
jshn.sh
3
DEVICE
=
"
$1
"
4
5
[
-n
"
$DEVICE
"
]
||
{
6
echo
"Usage:
$0
<device>"
7
exit
1
8
}
9
10
json_init
11
json_add_string name
"
$DEVICE
"
12
ubus call network.device status
"$(json_dump)"
This page took
0.046094 seconds
and
5
git commands to generate.