diff options
author | adrian <adrian@FreeBSD.org> | 2012-08-27 21:49:37 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-08-27 21:49:37 +0000 |
commit | ebac4a341ee2157d485be9a170d2aabb057f0422 (patch) | |
tree | 41e9f00658e8055a64198433c5bf8a8a4e316234 /sys/mips | |
parent | 1d9b13abd839733978ff86eb0c728c48c5be8837 (diff) | |
download | FreeBSD-src-ebac4a341ee2157d485be9a170d2aabb057f0422.zip FreeBSD-src-ebac4a341ee2157d485be9a170d2aabb057f0422.tar.gz |
Convert to using ulzma.
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/conf/AP96 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/mips/conf/AP96 b/sys/mips/conf/AP96 index a4005c5..5254a68 100644 --- a/sys/mips/conf/AP96 +++ b/sys/mips/conf/AP96 @@ -25,15 +25,13 @@ options AR71XX_ENV_UBOOT options MSDOSFS # uncompress - to boot read-only lzma natively from flash -device geom_uzip -options GEOM_UZIP +device geom_uncompress +options GEOM_UNCOMPRESS +options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\" # 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.uzip\" - # Options needed for the EEPROM based calibration/PCI configuration data. options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash options ATH_EEPROM_FIRMWARE # Use EEPROM from flash |