]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/TL-WR740Nv4
Modularize xz.
[FreeBSD/FreeBSD.git] / sys / mips / conf / TL-WR740Nv4
1 #
2 # TP-Link WR740N v4
3 #
4 # * AR9330 SoC
5 # * 32MB RAM
6 # * 4MB flash
7 # * Integrated 1x1 2GHz wifi and 10/100 bridge
8 #
9 # $FreeBSD$
10 #
11
12 #NO_UNIVERSE
13
14 # Include the default AR933x parameters
15 include         "std.AR933X"
16
17 ident           TL-WR740Nv4
18
19 # Override hints with board values
20 hints           "TL-WR740Nv4.hints"
21
22 # Board memory - 32MB
23 options         AR71XX_REALMEM=(32*1024*1024)
24
25 # i2c GPIO bus
26 #device         gpioiic
27 #device         iicbb
28 #device         iicbus
29 #device         iic
30
31 # Options required for miiproxy and mdiobus
32 options         ARGE_MDIO       # Export an MDIO bus separate from arge
33 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
34
35 device          etherswitch
36 device          arswitch
37
38 # read MSDOS formatted disks - USB
39 #options        MSDOSFS
40
41 # Enable the uboot environment stuff rather then the
42 # redboot stuff.
43 options         AR71XX_ENV_UBOOT
44
45 # uzip - to boot natively from flash
46 device          xz
47 options         GEOM_UZIP
48
49 # Used for the static uboot partition map
50 device          geom_map
51
52 # Boot off of the rootfs, as defined in the geom_map setup.
53 # options       ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
54 # Note: we don't fit in 4MB flash, so the rootfs must be on USB for now
55 options         ROOTDEVNAME=\"ufs:da0\"