Fix v1.0 nvram "bug".
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / init.d / S10boot
index f69c881..b650c94 100755 (executable)
@@ -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}')
This page took 0.021479 seconds and 4 git commands to generate.