* Peter Stuge stuge-linuxbios@cdy.org [070320 01:28]:
On Mon, Mar 19, 2007 at 04:02:19PM -0700, Lu, Yinghai wrote:
Let the flashrom take extra command parameter. MB should have MAC address stick on the side.
Either that, or add a Config.lb option for the MAC since it will always be the same for each board. Plus it only makes sense for some boards.
A combination of both would be nice. the config option MAC=`/sbin/ifconfig eth0|grep HWaddr|cut -f2 -dH|cut -f2 -d\ ` flashrom -mac $MAC ....
If it is not specified, it would use the value from the config option.
Can someone make a patch?