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: stable/11/sys/mips/conf/DIR-825B1 345344 2019-03-20 18:49:45Z kib $
15
16#NO_UNIVERSE
17
18include		"AR71XX_BASE"
19ident		"DIR-825B1"
20hints		"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
25nodevice gpio
26nodevice gpioled
27nodevice gif
28nodevice gre
29nodevice if_bridge
30nodevice usb
31nodevice ehci
32nodevice wlan
33nodevice wlan_xauth
34nodevice wlan_acl
35nodevice wlan_wep
36nodevice wlan_tkip
37nodevice wlan_ccmp
38nodevice wlan_rssadapt
39nodevice wlan_amrr
40nodevice ath
41nodevice ath_pci
42nodevice ath_hal
43nodevice umass
44nodevice ath_rate_sample
45
46nooptions	INET6
47
48# Don't include the SCSI/CAM strings in the default build
49options 	SCSI_NO_SENSE_STRINGS
50options 	SCSI_NO_OP_STRINGS
51
52# .. And no sysctl strings
53options 	NO_SYSCTL_DESCR
54
55# GEOM modules
56device		geom_map	# to get access to the SPI flash partitions
57device		xz
58options 	GEOM_UZIP
59options 	GEOM_PART_GPT
60
61options 	ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
62options 	AR71XX_REALMEM=64*1024*1024
63
64options 	AR71XX_ENV_UBOOT
65
66# options 	MSDOSFS			# Read MSDOS filesystems; useful for USB/CF
67
68# options 	MD_ROOT
69# options 	MD_ROOT_SIZE="6144"
70
71options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
72options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
73device		firmware		# Used by the above
74