summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/AP121
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2016-02-24 00:39:36 +0000
committersobomax <sobomax@FreeBSD.org>2016-02-24 00:39:36 +0000
commit85ce861e4613ecbb5f1d245ddcbf9078c25c082e (patch)
treed648a3c5a9492053898ce9ba17760eb93da53df6 /sys/mips/conf/AP121
parent419105461bfc9346d5fbd18829ac89828270a957 (diff)
downloadFreeBSD-src-85ce861e4613ecbb5f1d245ddcbf9078c25c082e.zip
FreeBSD-src-85ce861e4613ecbb5f1d245ddcbf9078c25c082e.tar.gz
Obsolete mkulzma(8) and geom_uncompress(4), their functionality
is now provided by mkuzip(8) and geom_uzip(4) respectively. MFC after: 1 month
Diffstat (limited to 'sys/mips/conf/AP121')
-rw-r--r--sys/mips/conf/AP1216
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/conf/AP121 b/sys/mips/conf/AP121
index cc49be0..3ffbd79 100644
--- a/sys/mips/conf/AP121
+++ b/sys/mips/conf/AP121
@@ -43,11 +43,11 @@ device arswitch
options AR71XX_ENV_UBOOT
# uzip - to boot natively from flash
-device geom_uncompress
-options GEOM_UNCOMPRESS
+device geom_uzip
+options GEOM_UZIP
# 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.uncompress\"
+options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
OpenPOWER on IntegriCloud