From e23b91be3d0cb6de9a63a35b2fbbcd2626fc61e9 Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 19 May 2015 06:45:56 +0000 Subject: Convert routerstation to use geom_uncompress. --- sys/mips/conf/ROUTERSTATION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/mips') diff --git a/sys/mips/conf/ROUTERSTATION b/sys/mips/conf/ROUTERSTATION index a680c26..6b46cf7 100644 --- a/sys/mips/conf/ROUTERSTATION +++ b/sys/mips/conf/ROUTERSTATION @@ -12,8 +12,8 @@ hints "ROUTERSTATION.hints" # GEOM modules device geom_redboot # to get access to the SPI flash partitions -device geom_uzip # compressed in-memory filesystem support -options GEOM_UZIP +device geom_uncompress # compressed in-memory filesystem support +options GEOM_UNCOMPRESS # For DOS options MSDOSFS @@ -25,4 +25,4 @@ device etherswitch device ukswitch # Boot path - redboot MFS -options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\" +options ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\" -- cgit v1.1