Migrate UNCOMPRESS -> UZIP

This commit is contained in:
Adrian Chadd 2016-02-24 03:06:26 +00:00
parent 443a0f85dd
commit dc2e095538
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295956
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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\"