summaryrefslogtreecommitdiff
path: root/root/etc
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-05-11 03:55:23 +0000
committerMike Baker <mbm@openwrt.org>2004-05-11 03:55:23 +0000
commit421c9202a3d21cebc433588da1bdc2e7e00ac9e9 (patch)
tree3d8e390e3e2e5567cb65fd8c44ef21097ba2438c /root/etc
parent70050f510c5c3799e4dc54134033f432e7f4bbe0 (diff)
downloadmtk-20170518-421c9202a3d21cebc433588da1bdc2e7e00ac9e9.zip
mtk-20170518-421c9202a3d21cebc433588da1bdc2e7e00ac9e9.tar.gz
mtk-20170518-421c9202a3d21cebc433588da1bdc2e7e00ac9e9.tar.bz2
move wifi mac fix to S10boot
SVN-Revision: 27
Diffstat (limited to 'root/etc')
-rwxr-xr-xroot/etc/functions.sh4
-rwxr-xr-xroot/etc/init.d/S10boot6
2 files changed, 6 insertions, 4 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 8befcde..4e96ad7 100755
--- a/root/etc/functions.sh
+++ b/root/etc/functions.sh
@@ -28,13 +28,9 @@ if_valid () (
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 () (
debug "### wifi $1 ###"
if=$(awk 'gsub(":","") {print $1}' /proc/net/wireless)
- $DEBUG ifconfig $if hw ether $(mac 2 $(nvram get et0macaddr))
$DEBUG wlconf $if $1
)
diff --git a/root/etc/init.d/S10boot b/root/etc/init.d/S10boot
index 437bd7e..45b9dd2 100755
--- a/root/etc/init.d/S10boot
+++ b/root/etc/init.d/S10boot
@@ -3,6 +3,12 @@ sysctl -p
echo "S" > /proc/jffs2_bbc
# networking stub
+[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
+ # force unique mac
+ nvram set il0macaddr=$(nvram get et0macaddr|
+ awk -F ":" '{for(x=6,y=2;x;x--){y+=int("0x"$x);$x=sprintf("%02x",y%256);y/=256}gsub(" ",":");print$0}')
+}
+
insmod et
insmod wl