mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
d9b9920b70
These are actually almost the same units; except one is 3x3 5GHz, and one is 2x2 5GHz. Tested: * TP-Link TL-WDR3600 TODO: * The ath0/ath1 MAC addresses are ye garbage (00:02:03:04:05:06); fixing that will take a little more time. It works fine with the ath0/ath1 MAC addresses set manually. * Go through and yank the AR9344 on-board switch config (arswitch1); it's not required here for this AP.
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
#
|
|
# TPLink TL-WDR4300 - AR9344 based dual-band 2x2 wifi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Include the default AR934x parameters
|
|
include "AR934X_BASE"
|
|
|
|
ident TL-WDR4300
|
|
|
|
# Override hints with board values
|
|
hints "TL-WDR4300.hints"
|
|
|
|
# Force the board memory - the base DB120 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
|
|
|
|
# yes, this board has a PCI connected atheros device
|
|
device ath_pci
|
|
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\"
|