aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-02-24 03:06:26 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-02-24 03:06:26 +0000
commitdc2e095538de260bf8c62570423a6e144f5090c9 (patch)
tree65e193efce427a269c934b37f5bc4e54a939fb20
parent443a0f85dda6042e82cc07f6626fcf1f3eb8156e (diff)
downloadsrc-dc2e095538de260bf8c62570423a6e144f5090c9.tar.gz
src-dc2e095538de260bf8c62570423a6e144f5090c9.zip
Migrate UNCOMPRESS -> UZIP
Notes
Notes: svn path=/head/; revision=295956
-rw-r--r--sys/mips/conf/DIR-825C12
-rw-r--r--sys/mips/conf/MT76202
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/DIR-825C1 b/sys/mips/conf/DIR-825C1
index 4c37e9729262..c95b2aa58862 100644
--- a/sys/mips/conf/DIR-825C1
+++ b/sys/mips/conf/DIR-825C1
@@ -48,7 +48,7 @@ options AR71XX_ENV_UBOOT
device geom_map
# uzip - to boot natively from flash
-options GEOM_UNCOMPRESS
+options GEOM_UZIP
options GEOM_PART_GPT
# yes, this board has a PCI connected atheros device
diff --git a/sys/mips/conf/MT7620 b/sys/mips/conf/MT7620
index 3ac1469e4d4a..d915517961e7 100644
--- a/sys/mips/conf/MT7620
+++ b/sys/mips/conf/MT7620
@@ -93,7 +93,7 @@ options FFS #Berkeley Fast Filesystem
options MROUTING # Multicast routing
options IPFIREWALL_DEFAULT_TO_ACCEPT
-options GEOM_UNCOMPRESS
+options GEOM_UZIP
options MD_ROOT
options ROOTDEVNAME=\"ufs:da0s1\"