Deleted Added
full compact
TL-WR1043NDv2 (291049) TL-WR1043NDv2 (295945)
1#
2# TP-Link TL-WR1043nd v2 - based on the AP135 reference design.
3#
4# This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
5# 64MiB RAM and an AR8327 5-port gigabit ethernet switch.
6#
1#
2# TP-Link TL-WR1043nd v2 - based on the AP135 reference design.
3#
4# This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
5# 64MiB RAM and an AR8327 5-port gigabit ethernet switch.
6#
7# $FreeBSD: head/sys/mips/conf/TL-WR1043NDv2 291049 2015-11-19 01:58:12Z imp $
7# $FreeBSD: head/sys/mips/conf/TL-WR1043NDv2 295945 2016-02-24 00:39:36Z sobomax $
8#
9
10#NO_UNIVERSE
11
12# Include the default QCA955x parameters
13include "QCA955X_BASE"
14
15ident TL-WR1043NDv2

--- 13 unchanged lines hidden (view full) ---

29# read MSDOS formatted disks - USB
30options MSDOSFS
31
32# Enable the uboot environment stuff rather then the
33# redboot stuff.
34options AR71XX_ENV_UBOOT
35
36# uzip - to boot natively from flash
8#
9
10#NO_UNIVERSE
11
12# Include the default QCA955x parameters
13include "QCA955X_BASE"
14
15ident TL-WR1043NDv2

--- 13 unchanged lines hidden (view full) ---

29# read MSDOS formatted disks - USB
30options MSDOSFS
31
32# Enable the uboot environment stuff rather then the
33# redboot stuff.
34options AR71XX_ENV_UBOOT
35
36# uzip - to boot natively from flash
37device geom_uncompress
38options GEOM_UNCOMPRESS
37device geom_uzip
38options GEOM_UZIP
39
40# Used for the static uboot partition map
41device geom_map
42
43# yes, this board has a PCI connected atheros device
44#device ath_pci
45#options AR71XX_ATH_EEPROM
46#device firmware # Used by the above
47#options ATH_EEPROM_FIRMWARE
48
49# Boot off of the rootfs, as defined in the geom_map setup.
39
40# Used for the static uboot partition map
41device geom_map
42
43# yes, this board has a PCI connected atheros device
44#device ath_pci
45#options AR71XX_ATH_EEPROM
46#device firmware # Used by the above
47#options ATH_EEPROM_FIRMWARE
48
49# Boot off of the rootfs, as defined in the geom_map setup.
50options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
50options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
51
52# Default to accept
53options IPFIREWALL_DEFAULT_TO_ACCEPT
51
52# Default to accept
53options IPFIREWALL_DEFAULT_TO_ACCEPT