Author: bz
Date: Sat Sep 27 17:11:51 2014
New Revision: 272216
URL: http://svnweb.freebsd.org/changeset/base/272216

Log:
  Disable the makeoption with MFS_IMAGE= set as we don't ship that file
  and it thus breaks the default build.   You can still use various other
  ways (tools) to embedd the image after the kernel build.

Modified:
  head/sys/mips/conf/TP-MR3020

Modified: head/sys/mips/conf/TP-MR3020
==============================================================================
--- head/sys/mips/conf/TP-MR3020        Sat Sep 27 16:50:24 2014        
(r272215)
+++ head/sys/mips/conf/TP-MR3020        Sat Sep 27 17:11:51 2014        
(r272216)
@@ -61,5 +61,5 @@ device        geom_map
 # as a rootfs and use the flash to hold the kernel only.
 options                MD_ROOT         # md device usable as a potential root 
device
 options                MD_ROOT_SIZE=10240
-makeoptions    MFS_IMAGE=/tftpboot/mfsroot-tl-mr3020.img.ulzma
+#makeoptions   MFS_IMAGE=/tftpboot/mfsroot-tl-mr3020.img.ulzma
 options                ROOTDEVNAME=\"ufs:md0.uncompress\"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to