75fa40f89c
This is based on the AP135 design - QCA9558 SoC, 3x3 2GHz wifi, but no 5GHz (11n or 11ac) chip is available. It however still has 128MiB of RAM, 16MiB of NOR flash and the AR8327N gigabit switch - so it's quite a beefy router device. Tested: * Well, a unit, naturally Obtained from: Completely messing up an amazon.com order and getting this instead, and asking "hey, wonder if I could.."
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
#
|
|
# DIR-655A1 - 3x3 2GHz D-Link AP
|
|
#
|
|
# This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
|
|
# 128MiB RAM, an AR8327 5-port gigabit ethernet switch.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Include the default QCA955x parameters
|
|
include "QCA955X_BASE"
|
|
|
|
ident DIR-655A1
|
|
|
|
# Override hints with board values
|
|
hints "DIR-655A1.hints"
|
|
|
|
# Force the board memory - the base AP135 has 128MB RAM
|
|
options AR71XX_REALMEM=(128*1024*1024)
|
|
|
|
# i2c GPIO bus
|
|
#device gpioiic
|
|
#device iicbb
|
|
#device iicbus
|
|
#device iic
|
|
|
|
# Options required for miiproxy and mdiobus
|
|
options ARGE_MDIO # Export an MDIO bus separate from arge
|
|
device miiproxy # MDIO bus <-> MII PHY rendezvous
|
|
|
|
device etherswitch
|
|
device arswitch
|
|
|
|
# read MSDOS formatted disks - USB
|
|
#options MSDOSFS
|
|
|
|
# Enable the uboot environment stuff rather then the
|
|
# redboot stuff.
|
|
options AR71XX_ENV_UBOOT
|
|
|
|
# uzip - to boot natively from flash
|
|
device geom_uncompress
|
|
options GEOM_UNCOMPRESS
|
|
|
|
# Used for the static uboot partition map
|
|
device geom_map
|
|
|
|
options AR71XX_ATH_EEPROM
|
|
device firmware # Used by the above
|
|
options ATH_EEPROM_FIRMWARE
|
|
|
|
# Boot off of the rootfs, as defined in the geom_map setup.
|
|
options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
|
|
|
|
# Default to accept
|
|
options IPFIREWALL_DEFAULT_TO_ACCEPT
|