Index: head/sys/mips/conf/ROUTERSTATION =================================================================== --- head/sys/mips/conf/ROUTERSTATION (revision 283098) +++ head/sys/mips/conf/ROUTERSTATION (revision 283099) @@ -1,28 +1,28 @@ # # Ubiquiti Routerstation: Boot from onboard flash # # $FreeBSD$ # include "AR71XX_BASE" ident "ROUTERSTATION" hints "ROUTERSTATION.hints" # XXX Is there an RTC on the RS? # 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 # Etherswitch support options ARGE_MDIO device miiproxy device etherswitch device ukswitch # Boot path - redboot MFS -options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\" +options ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\"