Make pcengines config files compile again.
This commit is contained in:
parent
8ed8fd573f
commit
ab855db652
@ -23,6 +23,9 @@ options PSEUDOFS
|
||||
options GEOM_PART_GPT
|
||||
options GEOM_LABEL
|
||||
options COMPAT_43TTY
|
||||
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
|
||||
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
|
||||
options COMPAT_FREEBSD7
|
||||
options SCSI_DELAY=5000
|
||||
options SYSVSHM
|
||||
@ -32,12 +35,11 @@ options P1003_1B_SEMAPHORES
|
||||
options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options PRINTF_BUFR_SIZE=128
|
||||
device apic
|
||||
device cpufreq
|
||||
device acpi
|
||||
device pci
|
||||
device fdc
|
||||
device ata
|
||||
device atadisk
|
||||
device atapicd
|
||||
device atapist
|
||||
options ATA_STATIC_ID
|
||||
device scbus
|
||||
device da
|
||||
|
@ -2,8 +2,11 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
NANO_TOOLS=`pwd`
|
||||
NANO_PACKAGE_DIR=`pwd`/Pkg
|
||||
NANO_SRC=$(pwd)
|
||||
NANO_SRC=${NANO_SRC%/tools/tools/nanobsd/pcengines}
|
||||
NANO_OBJ=${NANO_SRC}/../${NANO_NAME}/obj
|
||||
NANO_TOOLS=$(pwd)
|
||||
NANO_PACKAGE_DIR=$(pwd)/Pkg
|
||||
#NANO_RAM_TMPVARSIZE=20480
|
||||
#NANO_RAM_TMPVARSIZE=30720
|
||||
NANO_RAM_TMPVARSIZE=40960
|
||||
|
Loading…
Reference in New Issue
Block a user