diff options
author | adrian <adrian@FreeBSD.org> | 2013-04-05 00:21:17 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-04-05 00:21:17 +0000 |
commit | 25cb76a4d89a6379be149d50a18261cbcc7700fb (patch) | |
tree | 59b05634705a2f031dec4036c03a28a5cc388199 | |
parent | 045bc77cf52640885dae07d6b26ba5f38878e051 (diff) | |
download | FreeBSD-src-25cb76a4d89a6379be149d50a18261cbcc7700fb.zip FreeBSD-src-25cb76a4d89a6379be149d50a18261cbcc7700fb.tar.gz |
Use geom_uncompress here; we need this to fit in a 4MB flash part.
-rw-r--r-- | sys/mips/conf/AP121 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/conf/AP121 b/sys/mips/conf/AP121 index 677d725..9c933a1 100644 --- a/sys/mips/conf/AP121 +++ b/sys/mips/conf/AP121 @@ -40,11 +40,11 @@ options AR71XX_REALMEM=16*1024*1024 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\" |