diff options
-rw-r--r-- | sys/conf/options | 8 | ||||
-rw-r--r-- | sys/conf/options.mips | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sys/conf/options b/sys/conf/options index 259f2d3..e574b2e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -906,11 +906,3 @@ RACCT opt_global.h # Resource Limits RCTL opt_global.h - -# At least one of the AR71XX ubiquiti boards has a Redboot configuration -# that "lies" about the amount of RAM it has. Until a cleaner method is -# defined, this option will suffice in overriding what Redboot says. -AR71XX_REALMEM opt_ar71xx.h -AR71XX_ENV_UBOOT opt_ar71xx.h -AR71XX_ENV_REDBOOT opt_ar71xx.h -AR71XX_ATH_EEPROM opt_ar71xx.h diff --git a/sys/conf/options.mips b/sys/conf/options.mips index 7dfa0e4..6fb7226 100644 --- a/sys/conf/options.mips +++ b/sys/conf/options.mips @@ -74,6 +74,16 @@ ARGE_DEBUG opt_arge.h ARGE_MDIO opt_arge.h # +# At least one of the AR71XX ubiquiti boards has a Redboot configuration +# that "lies" about the amount of RAM it has. Until a cleaner method is +# defined, this option will suffice in overriding what Redboot says. +# +AR71XX_REALMEM opt_ar71xx.h +AR71XX_ENV_UBOOT opt_ar71xx.h +AR71XX_ENV_REDBOOT opt_ar71xx.h +AR71XX_ATH_EEPROM opt_ar71xx.h + +# # Options that control the Ralink RT305xF Etherenet MAC. # IF_RT_DEBUG opt_if_rt.h |