From owner-svn-src-head@FreeBSD.ORG Fri Apr 5 00:21:18 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC8905FD; Fri, 5 Apr 2013 00:21:18 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6846B5; Fri, 5 Apr 2013 00:21:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r350LIQb059672; Fri, 5 Apr 2013 00:21:18 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r350LHcL059670; Fri, 5 Apr 2013 00:21:17 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201304050021.r350LHcL059670@svn.freebsd.org> From: Adrian Chadd Date: Fri, 5 Apr 2013 00:21:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249117 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 00:21:18 -0000 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\"