Deleted Added
full compact
TS7800 (263301) TS7800 (276755)
1#
2# Custom kernel for the TS-7800 board.
3#
1#
2# Custom kernel for the TS-7800 board.
3#
4# $FreeBSD: head/sys/arm/conf/TS7800 263301 2014-03-18 14:41:18Z imp $
4# $FreeBSD: head/sys/arm/conf/TS7800 276755 2015-01-06 16:15:57Z jhb $
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD # 4BSD scheduler
17options INET # InterNETworking
18options INET6 # IPv6 communications protocols
19options FFS # Berkeley Fast Filesystem
20options SOFTUPDATES # Enable FFS soft updates support
5#
6
7ident TS7800
8include "../mv/orion/std.ts7800"
9
10options SOC_MV_ORION
11makeoptions MODULES_OVERRIDE=""
12
13#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
14makeoptions WERROR="-Werror"
15
16options SCHED_4BSD # 4BSD scheduler
17options INET # InterNETworking
18options INET6 # IPv6 communications protocols
19options FFS # Berkeley Fast Filesystem
20options SOFTUPDATES # Enable FFS soft updates support
21options NFSCL # New Network Filesystem Client
21options NFSCL # Network Filesystem Client
22options NFSLOCKD # Network Lock Manager
23options NFS_ROOT # NFS usable as /, requires NFSCL
24options BOOTP
25options BOOTP_NFSROOT
26options BOOTP_NFSV3
27options BOOTP_WIRED_TO=mge0
28
29options GEOM_PART_BSD # BSD partition scheme

--- 53 unchanged lines hidden ---
22options NFSLOCKD # Network Lock Manager
23options NFS_ROOT # NFS usable as /, requires NFSCL
24options BOOTP
25options BOOTP_NFSROOT
26options BOOTP_NFSV3
27options BOOTP_WIRED_TO=mge0
28
29options GEOM_PART_BSD # BSD partition scheme

--- 53 unchanged lines hidden ---