mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-06 01:01:05 +02:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/ash
|
|
alias debug=${DEBUG:-:}
|
|
debug "### wifi $1 ###"
|
|
if=$(cat /proc/net/dev | awk -F: '/eth/ {wifi=$1;} END { print wifi}')
|
|
$DEBUG wlconf $if $1
|