generate new wifi mac address at first boot
authorArron Wang <arron.wang@intel.com>
Thu, 24 Jan 2013 02:18:44 +0000 (10:18 +0800)
committerYan Yin <yan.yin@intel.com>
Thu, 11 Apr 2013 08:05:47 +0000 (16:05 +0800)
Fixed TZSP-3987  Same MAC address on tizen mobile image
Change-Id: I288ccf3578b8af3e788b700e3b4755aa8c1a1e57

etc/rc.d/rc.firstboot

index 3ba64b4..21808d3 100755 (executable)
@@ -32,6 +32,9 @@ fi
 chown root:soundpath  /opt/etc/sound/default.conf
 chown -R root:soundpath  /opt/etc/sound/default
 
+# Generate new wifi mac address
+/usr/sbin/wlan_prov
+
 if [ -e /opt/system/csc/.factoryreset ]; then
        rm -f /opt/system/csc/.factoryreset
 fi