This patch enables armel/versatile in the build dir. Note that bumping KERNELVERSION is also required to make it work (which I didn't include in my patch to avoid being disruptive).
-- Robert Millan <GPLv2> I know my rights; I want my phone call! <DRM> What use is a phone call… if you are unable to speak? (as seen on /.)
Index: config/arm/versatile.cfg =================================================================== --- config/arm/versatile.cfg (revision 0) +++ config/arm/versatile.cfg (revision 0) @@ -0,0 +1,4 @@ +MEDIUM_SUPPORTED = netboot + +# The version of the kernel to use. +KERNELVERSION := $(KERNELVERSION)-versatile Index: config/arm/versatile/netboot.cfg =================================================================== --- config/arm/versatile/netboot.cfg (revision 0) +++ config/arm/versatile/netboot.cfg (revision 0) @@ -0,0 +1,7 @@ +MEDIA_TYPE = netboot image + +TARGET = $(INITRD) $(KERNEL) +EXTRANAME = $(MEDIUM)/ + +MANIFEST-INITRD = "netboot initrd" +MANIFEST-KERNEL = "kernel image to netboot" Index: config/armel.cfg =================================================================== --- config/armel.cfg (revision 51573) +++ config/armel.cfg (working copy) @@ -1,4 +1,4 @@ -SUBARCH_SUPPORTED = iop32x ixp4xx ads +SUBARCH_SUPPORTED = iop32x ixp4xx ads versatile KERNELMAJOR = 2.6 KERNELVERSION = 2.6.22-3