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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Oct 16 10:14:40 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/791df3ecf89d
changeset: 481:791df3ecf89d
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Oct 16 13:08:35 2012 +0300
description:
Switch back to ULE.

diffstat:

 socs/Atheros/AR7242/soc.mk |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 8b635b97711f -r 791df3ecf89d socs/Atheros/AR7242/soc.mk
--- a/socs/Atheros/AR7242/soc.mk	Tue Oct 16 13:02:55 2012 +0300
+++ b/socs/Atheros/AR7242/soc.mk	Tue Oct 16 13:08:35 2012 +0300
@@ -26,18 +26,24 @@
 KERNCONF_OPTIONS+=		NO_FFS_SNAPSHOT
 KERNCONF_OPTIONS+=		SCSI_NO_SENSE_STRINGS
 KERNCONF_OPTIONS+=		SCSI_NO_OP_STRINGS
+#KERNCONF_OPTIONS+=		MUTEX_NOINLINE
+KERNCONF_MAKEOPTIONS+=		"INLINE_LIMIT=768"
+KERNCONF_OPTIONS+=		RWLOCK_NOINLINE
+KERNCONF_OPTIONS+=		SX_NOINLINE
+KERNCONF_OPTIONS+=		NO_SWAPPING
 
 # Debug definitions
 #KERNCONF_OPTIONS+=		DDB
 #KERNCONF_OPTIONS+=		KDB
-#KERNCONF_OPTIONS+=		PREEMPTION
+
+KERNCONF_OPTIONS+= 	SCHED_ULE
+#KERNCONF_OPTIONS+= 	SCHED_4BSD
+KERNCONF_OPTIONS+=	PREEMPTION
 
 # Board definitions
 KERNCONF_OPTIONS+=	INET
 KERNCONF_OPTIONS+= 	IPSTEALTH
 KERNCONF_OPTIONS+= 	CD9660
-#KERNCONF_OPTIONS+= 	SCHED_ULE
-KERNCONF_OPTIONS+= 	SCHED_4BSD
 KERNCONF_OPTIONS+= 	PSEUDOFS
 KERNCONF_OPTIONS+=	IPFIREWALL_DEFAULT_TO_ACCEPT
 #KERNCONF_OPTIONS+= 	ZERO_COPY_SOCKETS


More information about the Zrouter-src mailing list