Deleted Added
full compact
AP143 (291049) AP143 (295945)
1#
2# AP143 - the AP143 reference board from Qualcomm Atheros includes:
3#
4# * AR9330 SoC
5# * 32MB RAM
6# * 4MB flash
7# * Integrated 1x1 2GHz wifi and 10/100 bridge
8#
1#
2# AP143 - the AP143 reference board from Qualcomm Atheros includes:
3#
4# * AR9330 SoC
5# * 32MB RAM
6# * 4MB flash
7# * Integrated 1x1 2GHz wifi and 10/100 bridge
8#
9# $FreeBSD: head/sys/mips/conf/AP143 291049 2015-11-19 01:58:12Z imp $
9# $FreeBSD: head/sys/mips/conf/AP143 295945 2016-02-24 00:39:36Z sobomax $
10#
11
12#NO_UNIVERSE
13
14# Include the default QCA953x parameters
15include "QCA953X_BASE"
16
17ident AP143

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

38# read MSDOS formatted disks - USB
39#options MSDOSFS
40
41# Enable the uboot environment stuff rather then the
42# redboot stuff.
43options AR71XX_ENV_UBOOT
44
45# uzip - to boot natively from flash
10#
11
12#NO_UNIVERSE
13
14# Include the default QCA953x parameters
15include "QCA953X_BASE"
16
17ident AP143

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

38# read MSDOS formatted disks - USB
39#options MSDOSFS
40
41# Enable the uboot environment stuff rather then the
42# redboot stuff.
43options AR71XX_ENV_UBOOT
44
45# uzip - to boot natively from flash
46device geom_uncompress
47options GEOM_UNCOMPRESS
46device geom_uzip
47options GEOM_UZIP
48
49# Used for the static uboot partition map
50device geom_map
51
52# Boot off of the rootfs, as defined in the geom_map setup.
48
49# Used for the static uboot partition map
50device geom_map
51
52# Boot off of the rootfs, as defined in the geom_map setup.
53options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
53options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"