stefan, I have a patch to abuild.sh on the issue tracker. This patch works as follows: <br>
If there is a targets/vendor/mainboard/Config-<a href="http://abuild.lb">abuild.lb</a><br>
that will be used instead of the auto-generated one. See what you think. <br>
See example <br>
targets/digitallogic/msm586seg/Config-<a href="http://abuild.lb">abuild.lb</a> <br>
<br>
This is how it looks. <br>
 ~/src/LinuxBIOSv2/util/abuild/abuild.sh  -t digitallogic/msm586seg ~/src/LinuxBIOSv2/<br>
Processing mainboard/digitallogic/msm586seg (i386: ok)<br>
Used existing test target /home/rminnich/src/LinuxBIOSv2//targets/digitallogic/msm586seg/Config-<a href="http://abuild.lb">abuild.lb</a><br>
  Creating builddir...ok<br>
  Compiling image ..ok.<br>
<br>
The msm586seg now builds correctly in abuild. if this patch is ok, I will apply it or you can.<br>
<br>
Also, note that abuild won't create linuxbios-builds if you specify -t ... this is a bug.<br>
<br>
ron<br>