]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/DIR-655A1
Import libxo-1.0.2
[FreeBSD/FreeBSD.git] / sys / mips / conf / DIR-655A1
1 #
2 # DIR-655A1 - 3x3 2GHz D-Link AP
3 #
4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
5 # 128MiB RAM, an AR8327 5-port gigabit ethernet switch.
6 #
7 # $FreeBSD$
8 #
9
10 #NO_UNIVERSE
11
12 # Include the default QCA955x parameters
13 include         "std.QCA955X"
14
15 ident           DIR-655A1
16
17 # Override hints with board values
18 hints           "DIR-655A1.hints"
19
20 # Force the board memory - the base AP135 has 128MB RAM
21 options         AR71XX_REALMEM=(128*1024*1024)
22
23 # i2c GPIO bus
24 #device         gpioiic
25 #device         iicbb
26 #device         iicbus
27 #device         iic
28
29 # Options required for miiproxy and mdiobus
30 options         ARGE_MDIO       # Export an MDIO bus separate from arge
31 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
32
33 device          etherswitch
34 device          arswitch
35
36 # read MSDOS formatted disks - USB
37 #options        MSDOSFS
38
39 # Enable the uboot environment stuff rather then the
40 # redboot stuff.
41 options         AR71XX_ENV_UBOOT
42
43 # uzip - to boot natively from flash
44 device          xz
45 options         GEOM_UZIP
46
47 # Used for the static uboot partition map
48 device          geom_map
49
50 options         AR71XX_ATH_EEPROM
51 device          firmware                # Used by the above
52 options         ATH_EEPROM_FIRMWARE
53
54 # Boot off of the rootfs, as defined in the geom_map setup.
55 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
56
57 # Default to accept
58 options         IPFIREWALL_DEFAULT_TO_ACCEPT