]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/DIR-825B1
MFV r345495:
[FreeBSD/FreeBSD.git] / sys / mips / conf / DIR-825B1
1 #
2 # Specific board setup for the D-Link DIR-825B1 router.
3 #
4 # The DIR-825B1 has the following hardware:
5 #
6 # + AR7161 CPU SoC
7 # + AR9223 2.4GHz 11n
8 # + AR9220 5GHz 11n
9 # + RealTek RTL8366S Gigabit switch
10 # + m25p64 based 8MB flash
11 # + 64MB RAM
12 # + uboot environment
13
14 # $FreeBSD$
15
16 #NO_UNIVERSE
17
18 include         "AR71XX_BASE"
19 ident           "DIR-825B1"
20 hints           "DIR-825B1.hints"
21
22 # Since the kernel image must fit inside 1024KiB, we have to build almost
23 # everything as modules.
24 # nodevice random
25 nodevice gpio
26 nodevice gpioled
27 nodevice gif
28 nodevice gre
29 nodevice if_bridge
30 nodevice usb
31 nodevice ehci
32 nodevice wlan
33 nodevice wlan_xauth
34 nodevice wlan_acl
35 nodevice wlan_wep
36 nodevice wlan_tkip
37 nodevice wlan_ccmp
38 nodevice wlan_rssadapt
39 nodevice wlan_amrr
40 nodevice ath
41 nodevice ath_pci
42 nodevice ath_hal
43 nodevice umass
44 nodevice ath_rate_sample
45
46 nooptions       INET6
47
48 # GEOM modules
49 device          geom_map        # to get access to the SPI flash partitions
50 device          xz
51 options         GEOM_UZIP
52 options         GEOM_PART_GPT
53
54 options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
55 options         AR71XX_REALMEM=64*1024*1024
56
57 options         AR71XX_ENV_UBOOT
58
59 # options       MSDOSFS                 # Read MSDOS filesystems; useful for USB/CF
60
61 # options       MD_ROOT
62 # options       MD_ROOT_SIZE="6144"
63
64 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
65 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
66 device          firmware                # Used by the above