Deleted Added
full compact
ONIONOMEGA (291049) ONIONOMEGA (295945)
1#
2# Onion Omega - an AR9330 based SoC
3#
4# https://onion.io/omega/
5#
6# * AR9330 SoC
7# * 64MB RAM
8# * 16MB flash
9# * Integrated 1x1 2GHz wifi and optional 10/100 ethernet
10#
1#
2# Onion Omega - an AR9330 based SoC
3#
4# https://onion.io/omega/
5#
6# * AR9330 SoC
7# * 64MB RAM
8# * 16MB flash
9# * Integrated 1x1 2GHz wifi and optional 10/100 ethernet
10#
11# $FreeBSD: head/sys/mips/conf/ONIONOMEGA 291049 2015-11-19 01:58:12Z imp $
11# $FreeBSD: head/sys/mips/conf/ONIONOMEGA 295945 2016-02-24 00:39:36Z sobomax $
12#
13
14#NO_UNIVERSE
15
16# Include the default AR933x parameters
17include "AR933X_BASE"
18
19ident ONIONOMEGA

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

40# read MSDOS formatted disks - USB
41#options MSDOSFS
42
43# Enable the uboot environment stuff rather then the
44# redboot stuff.
45options AR71XX_ENV_UBOOT
46
47# uzip - to boot natively from flash
12#
13
14#NO_UNIVERSE
15
16# Include the default AR933x parameters
17include "AR933X_BASE"
18
19ident ONIONOMEGA

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

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