projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add hackish makfile, so that other developers could build images. anyone shuld clean...
[openwrt.git]
/
target
/
default
/
target_skeleton
/
sbin
/
wifi
1
#!/bin/ash
2
alias
debug
=
${DEBUG:-:}
3
debug
"### wifi
$1
###"
4
if
=
$
(
cat
/
proc
/
net
/
dev |
awk
-F
:
'/eth/ {wifi=
$1
;} END { print wifi}'
)
5
$DEBUG
wlconf
$if $1
This page took
0.040665 seconds
and
5
git commands to generate.