- Enable syscons/framebuffer by default
- Enable NFS client by default. Might be useful for building ports
This commit is contained in:
parent
8e2c4dfdb2
commit
0f9eb6b09c
@ -44,7 +44,8 @@ options UFS_ACL #Support for access control lists
|
||||
options UFS_DIRHASH #Improve performance on big directories
|
||||
device snp
|
||||
|
||||
#options NFSCL #Network Filesystem Client
|
||||
options NFSCL #Network Filesystem Client
|
||||
|
||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
||||
#options BOOTP_NFSROOT
|
||||
#options BOOTP_COMPAT
|
||||
@ -73,13 +74,12 @@ device pl011
|
||||
|
||||
device pty
|
||||
|
||||
# NOTE: serial console will be disabled if syscons enabled
|
||||
# Uncomment following lines for framebuffer/syscons support
|
||||
# device sc
|
||||
# device kbdmux
|
||||
# options SC_DFLT_FONT # compile font in
|
||||
# makeoptions SC_DFLT_FONT=cp437
|
||||
# device ukbd
|
||||
# Comment following lines for boot console on serial port
|
||||
device sc
|
||||
device kbdmux
|
||||
options SC_DFLT_FONT # compile font in
|
||||
makeoptions SC_DFLT_FONT=cp437
|
||||
device ukbd
|
||||
|
||||
device sdhci
|
||||
device mmc
|
||||
|
Loading…
Reference in New Issue
Block a user