diff options
author | adrian <adrian@FreeBSD.org> | 2015-05-19 06:45:06 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-05-19 06:45:06 +0000 |
commit | 6d394a2fa8957fd2ffc92d9d7fff6735948f3a22 (patch) | |
tree | e5d22e260022a009ee29fbaac55e1cecb3f865bc /sys/mips/conf | |
parent | ff4271fbcf9820aed7ede170da1ca577da3d84b0 (diff) | |
download | FreeBSD-src-6d394a2fa8957fd2ffc92d9d7fff6735948f3a22.zip FreeBSD-src-6d394a2fa8957fd2ffc92d9d7fff6735948f3a22.tar.gz |
Migrate RSPRO to use the uncompress module, not uzip.
(This is hand-in-hand with what I'm about to do with freebsd-wifi-build.)
Diffstat (limited to 'sys/mips/conf')
-rw-r--r-- | sys/mips/conf/RSPRO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/conf/RSPRO b/sys/mips/conf/RSPRO index d5a5405..5936767 100644 --- a/sys/mips/conf/RSPRO +++ b/sys/mips/conf/RSPRO @@ -13,8 +13,8 @@ device pcf2123_rtc # 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 @@ -26,5 +26,5 @@ device etherswitch device arswitch # Boot off of flash -options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\" +options ROOTDEVNAME=\"ufs:redboot/rootfs.uncompress\" |