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

Adrian Chadd adrian at FreeBSD.org
Fri Apr 5 00:21:18 UTC 2013


Author: adrian
Date: Fri Apr  5 00:21:17 2013
New Revision: 249117
URL: http://svnweb.freebsd.org/changeset/base/249117

Log:
  Use geom_uncompress here; we need this to fit in a 4MB flash part.

Modified:
  head/sys/mips/conf/AP121

Modified: head/sys/mips/conf/AP121
==============================================================================
--- head/sys/mips/conf/AP121	Thu Apr  4 23:36:14 2013	(r249116)
+++ head/sys/mips/conf/AP121	Fri Apr  5 00:21:17 2013	(r249117)
@@ -40,11 +40,11 @@ options         AR71XX_REALMEM=16*1024*1
 options		AR71XX_ENV_UBOOT
 
 # uzip - to boot natively from flash
-#device		geom_uzip
-#options		GEOM_UZIP
+device		geom_uncompress
+options 	GEOM_UNCOMPRESS
 
 # Used for the static uboot partition map
 device          geom_map
 
 # Boot off of the rootfs, as defined in the geom_map setup.
-options		ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
+options		ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"


More information about the svn-src-head mailing list