[Zrouter-src] ZRouter.org: push to ZRouter socs/Atheros/AR7242/soc.mk

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Sep 20 12:54:19 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/12a79832118b
changeset: 457:12a79832118b
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 20 15:57:10 2012 +0300
description:
Cleanup.

diffstat:

 socs/Atheros/AR7242/soc.mk |  47 +++++++++++++--------------------------------
 1 files changed, 14 insertions(+), 33 deletions(-)

diffs (93 lines):

diff -r f189be07a830 -r 12a79832118b socs/Atheros/AR7242/soc.mk
--- a/socs/Atheros/AR7242/soc.mk	Thu Sep 20 15:55:58 2012 +0300
+++ b/socs/Atheros/AR7242/soc.mk	Thu Sep 20 15:57:10 2012 +0300
@@ -1,11 +1,7 @@
 
 #XXX testing
-LZMA=lzma
-KERNEL_PATH=/usr/obj/kernel
-
-
-#SOC_KERNCONF=BCM5354
-#SOC_KERNHINTS=BCM5354.hints
+#LZMA=lzma
+#KERNEL_PATH=/usr/obj/kernel
 
 TARGET=			mips
 TARGET_ARCH=		mips
@@ -17,15 +13,13 @@
 KERNCONF_FILES+=	"../atheros/files.ar71xx"
 KERNCONF_HINTS=		"AR7242.hints"
 
-
 KERNCONF_MAKEOPTIONS+=	"MIPS_BIG_ENDIAN=defined"
 
-
-KERNCONF_OPTIONS+=		MAXUSERS=3
-KERNCONF_OPTIONS+=		MAXFILES=512
-KERNCONF_OPTIONS+=		NSFBUFS=1024
-KERNCONF_OPTIONS+=		SHMALL=128
-KERNCONF_OPTIONS+=		MSGBUF_SIZE=65536
+##KERNCONF_OPTIONS+=		MAXUSERS=3
+#KERNCONF_OPTIONS+=		MAXFILES=512
+##KERNCONF_OPTIONS+=		NSFBUFS=1024
+#KERNCONF_OPTIONS+=		SHMALL=128
+#KERNCONF_OPTIONS+=		MSGBUF_SIZE=65536
 
 # Options for making kernel smallest 
 KERNCONF_OPTIONS+=		NO_SYSCTL_DESCR
@@ -34,28 +28,21 @@
 KERNCONF_OPTIONS+=		SCSI_NO_OP_STRINGS
 
 # Debug definitions
-##KERNCONF_MAKEOPTIONS+=	"DEBUG=-g"
-KERNCONF_OPTIONS+=		DDB
-KERNCONF_OPTIONS+=		KDB
-KERNCONF_OPTIONS+=		PREEMPTION
-##KERNCONF_OPTIONS+=		KTRACE
-#KERNCONF_OPTIONS+=		LOCK_PROFILING
-#KERNCONF_OPTIONS+=		KTR
+#KERNCONF_OPTIONS+=		DDB
+#KERNCONF_OPTIONS+=		KDB
+#KERNCONF_OPTIONS+=		PREEMPTION
 
 # Board definitions
 KERNCONF_OPTIONS+=	INET
 KERNCONF_OPTIONS+= 	IPSTEALTH
 KERNCONF_OPTIONS+= 	CD9660
-#KERNCONF_OPTIONS+= 	GEOM_LABEL
-KERNCONF_OPTIONS+= 	SCHED_ULE
-#KERNCONF_OPTIONS+= 	SCHED_4BSD
-#KERNCONF_OPTIONS+= 	NFSCLIENT
-#KERNCONF_OPTIONS+= 	NFS_ROOT
+#KERNCONF_OPTIONS+= 	SCHED_ULE
+KERNCONF_OPTIONS+= 	SCHED_4BSD
 KERNCONF_OPTIONS+= 	PSEUDOFS
 KERNCONF_OPTIONS+=	IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= 	ZERO_COPY_SOCKETS
+#KERNCONF_OPTIONS+= 	ZERO_COPY_SOCKETS
 KERNCONF_OPTIONS+=	_KPOSIX_PRIORITY_SCHEDULING
-KERNCONF_OPTIONS+=		ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
+KERNCONF_OPTIONS+=	ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
 
 KERNCONF_DEVICES+=	uart
 KERNCONF_DEVICES+=	random
@@ -96,18 +83,12 @@
 #KERNCONF_DEVICES+=		gif
 KERNCONF_DEVICES+=		ipsec
 KERNCONF_DEVICES+=		crypto
-#KERNCONF_DEVICES+=		cryptodev	# /dev/crypto for access to h/w
-
-##KERNCONF_DEVICES+=		rndtest		# FIPS 140-2 entropy tester
 .endif
 
 
 .if defined(WITH_USB)
 KERNCONF_DEVICES+=	usb
-#KERNCONF_OPTIONS+=	USB_EHCI_BIG_ENDIAN_DESC
-#KERNCONF_OPTIONS+=	USB_DEBUG
 KERNCONF_DEVICES+=	ehci
-#KERNCONF_DEVICES+=	ohci
 .endif
 
 


More information about the Zrouter-src mailing list