Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2014 17:11:51 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272216 - head/sys/mips/conf
Message-ID:  <201409271711.s8RHBp6g065728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271711.s8RHBp6g065728>