svn commit: r295956 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Wed Feb 24 03:06:27 UTC 2016


Author: adrian
Date: Wed Feb 24 03:06:26 2016
New Revision: 295956
URL: https://svnweb.freebsd.org/changeset/base/295956

Log:
  Migrate UNCOMPRESS -> UZIP

Modified:
  head/sys/mips/conf/DIR-825C1
  head/sys/mips/conf/MT7620

Modified: head/sys/mips/conf/DIR-825C1
==============================================================================
--- head/sys/mips/conf/DIR-825C1	Wed Feb 24 03:05:05 2016	(r295955)
+++ head/sys/mips/conf/DIR-825C1	Wed Feb 24 03:06:26 2016	(r295956)
@@ -48,7 +48,7 @@ options		AR71XX_ENV_UBOOT
 device          geom_map
 
 # uzip - to boot natively from flash
-options 	GEOM_UNCOMPRESS
+options 	GEOM_UZIP
 options         GEOM_PART_GPT
 
 # yes, this board has a PCI connected atheros device

Modified: head/sys/mips/conf/MT7620
==============================================================================
--- head/sys/mips/conf/MT7620	Wed Feb 24 03:05:05 2016	(r295955)
+++ head/sys/mips/conf/MT7620	Wed Feb 24 03:06:26 2016	(r295956)
@@ -93,7 +93,7 @@ options 	FFS			#Berkeley Fast Filesystem
 options         MROUTING                # Multicast routing
 options 	IPFIREWALL_DEFAULT_TO_ACCEPT
 
-options		GEOM_UNCOMPRESS
+options		GEOM_UZIP
 options		MD_ROOT
 options		ROOTDEVNAME=\"ufs:da0s1\"
 


More information about the svn-src-head mailing list