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\" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"