svn commit: r272216 - head/sys/mips/conf
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Sep 27 17:11:52 UTC 2014
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\"
More information about the svn-src-head
mailing list