Deleted Added
full compact
ALFA_HORNET_UB (291049) ALFA_HORNET_UB (295945)
1#
2# Alfa Networks Hornet UB - an AR933x based SoC wifi device.
3#
4# http://www.alfa.com.tw/products_show.php?pc=99&ps=50
5#
6# This is for the 64MB RAM/16MB flash part. They also
7# do various other versions; they have different RAM/flash
8# configurations.
9#
10# * AR9330 SoC
11# * 64MB RAM
12# * 16MB flash
13# * Integrated 1x1 2GHz wifi and 10/100 bridge
14#
1#
2# Alfa Networks Hornet UB - an AR933x based SoC wifi device.
3#
4# http://www.alfa.com.tw/products_show.php?pc=99&ps=50
5#
6# This is for the 64MB RAM/16MB flash part. They also
7# do various other versions; they have different RAM/flash
8# configurations.
9#
10# * AR9330 SoC
11# * 64MB RAM
12# * 16MB flash
13# * Integrated 1x1 2GHz wifi and 10/100 bridge
14#
15# $FreeBSD: head/sys/mips/conf/ALFA_HORNET_UB 291049 2015-11-19 01:58:12Z imp $
15# $FreeBSD: head/sys/mips/conf/ALFA_HORNET_UB 295945 2016-02-24 00:39:36Z sobomax $
16#
17
18#NO_UNIVERSE
19
20# Include the default AR933x parameters
21include "AR933X_BASE"
22
23ident ALFA_HORNET_UB

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

44# read MSDOS formatted disks - USB
45#options MSDOSFS
46
47# Enable the uboot environment stuff rather then the
48# redboot stuff.
49options AR71XX_ENV_UBOOT
50
51# uzip - to boot natively from flash
16#
17
18#NO_UNIVERSE
19
20# Include the default AR933x parameters
21include "AR933X_BASE"
22
23ident ALFA_HORNET_UB

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

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