1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

Fix v1.0 nvram "bug".

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-10-17 23:34:31 +00:00
parent 0cf2b117e1
commit e20ce4570e

View File

@ -5,8 +5,7 @@ echo "S" > /proc/jffs2_bbc
mkdir -p /var/run
[ -z "$(nvram get il0macaddr)" ] || \
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
# if default wifi mac, set two higher than the lan mac
nvram set il0macaddr=$(nvram get et0macaddr|
awk '{OFS=FS=":";for(x=7,y=2;--x;){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')