[android-kernel] Re: Android kernel setting the mac address

2013-07-25 Thread ben . suryn
On Friday, July 26, 2013 9:37:14 AM UTC+10, Matt Reimer wrote: > > Try netcfg eth0 hw 00:11:22:33:44:55. > > Matt > > On Wednesday, July 24, 2013 3:35:27 PM UTC-7, > ben@rnd.designcom.com.auwrote: >> >> Hi, so I'm trying to have the ability to set the mac address after the >> kernel has bee

[android-kernel] Android kernel setting the mac address

2013-07-25 Thread ben . suryn
Hi, so I'm trying to have the ability to set the mac address after the kernel has been compiled. I think there are two main ways of doing this. 1. In the kernel read a file and set the mac address accordingly. 2. Put a script in init that reads a file and sets the mac address. My progress so far