mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:39:45 +02:00
set the wireless 2 mac addresses higher than ethernet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7f98b5445c
commit
b1b6a61f9c
@ -28,9 +28,13 @@ if_valid () (
|
|||||||
return $?
|
return $?
|
||||||
)
|
)
|
||||||
|
|
||||||
|
mac () {
|
||||||
|
echo $2|awk -F ":" '{for(x=6,y='$1';x;x--){y+=int("0x"$x);$x=sprintf("%02x",y%256);y/=256}gsub(" ",":");print$0}'
|
||||||
|
}
|
||||||
wifi () (
|
wifi () (
|
||||||
debug "### wifi $1 ###"
|
debug "### wifi $1 ###"
|
||||||
if=$(awk 'gsub(":","") {print $1}' /proc/net/wireless)
|
if=$(awk 'gsub(":","") {print $1}' /proc/net/wireless)
|
||||||
|
$DEBUG ifconfig $if hw ether $(mac 2 $(nvram get et0macaddr))
|
||||||
$DEBUG wlconf $if $1
|
$DEBUG wlconf $if $1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user