diff options
author | adrian <adrian@FreeBSD.org> | 2012-04-13 18:01:53 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-04-13 18:01:53 +0000 |
commit | d042200b97f80c0b4ecf7a1fe0970d7eb6d13f17 (patch) | |
tree | 3803ca420f45c7c23d01280ec28e2085a4c23dce /sys/mips/conf/AP96 | |
parent | 9645923e3bab3582342353a1fb6a285b48369a67 (diff) | |
download | FreeBSD-src-d042200b97f80c0b4ecf7a1fe0970d7eb6d13f17.zip FreeBSD-src-d042200b97f80c0b4ecf7a1fe0970d7eb6d13f17.tar.gz |
* Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option
* Tidy up things a bit.
Diffstat (limited to 'sys/mips/conf/AP96')
-rw-r--r-- | sys/mips/conf/AP96 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/mips/conf/AP96 b/sys/mips/conf/AP96 index b7c1ef6..f94a011 100644 --- a/sys/mips/conf/AP96 +++ b/sys/mips/conf/AP96 @@ -30,5 +30,6 @@ options AR71XX_ENV_UBOOT # options MD_ROOT # options MD_ROOT_SIZE="6144" -options AR71XX_ATH_EEPROM -device firmware +options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash +options ATH_EEPROM_FIRMWARE # Use EEPROM from flash +device firmware # Used by the above |