svn commit: r263185 - head/tools/tools/nanobsd/pcengines

Warner Losh imp at FreeBSD.org
Fri Mar 14 19:45:33 UTC 2014


Author: imp
Date: Fri Mar 14 19:45:32 2014
New Revision: 263185
URL: http://svnweb.freebsd.org/changeset/base/263185

Log:
  Make pcengines config files compile again.

Modified:
  head/tools/tools/nanobsd/pcengines/ALIX_DSK
  head/tools/tools/nanobsd/pcengines/common.conf

Modified: head/tools/tools/nanobsd/pcengines/ALIX_DSK
==============================================================================
--- head/tools/tools/nanobsd/pcengines/ALIX_DSK	Fri Mar 14 19:45:26 2014	(r263184)
+++ head/tools/tools/nanobsd/pcengines/ALIX_DSK	Fri Mar 14 19:45:32 2014	(r263185)
@@ -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		

Modified: head/tools/tools/nanobsd/pcengines/common.conf
==============================================================================
--- head/tools/tools/nanobsd/pcengines/common.conf	Fri Mar 14 19:45:26 2014	(r263184)
+++ head/tools/tools/nanobsd/pcengines/common.conf	Fri Mar 14 19:45:32 2014	(r263185)
@@ -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


More information about the svn-src-head mailing list