Tweaks to standard BEAGLEBONE config, as recently discussed
on FreeBSD-ARM.
This commit is contained in:
parent
4501b24689
commit
de52ceebca
@ -37,6 +37,7 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options TMPFS #Efficient memory filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
||||
options KTRACE #ktrace(1) support
|
||||
@ -61,9 +62,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
#options DIAGNOSTIC
|
||||
|
||||
# NFS support
|
||||
#options NFSCL
|
||||
options NFSCL
|
||||
#options NFSD
|
||||
#options NFSLOCKD
|
||||
options NFSLOCKD
|
||||
|
||||
# Uncomment this for NFS root
|
||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
||||
@ -124,4 +125,3 @@ device axe # ASIX Electronics USB Ethernet
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=beaglebone.dts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user