[Zrouter-src] ZRouter.org: push to ZRouter socs/Atheros/AR7240/soc.mk socs/Ath...
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Tue Nov 27 14:02:56 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/75c84c6b57cc
changeset: 492:75c84c6b57cc
user: Aleksandr Rybalko <ray at ddteam.net>
date: Tue Nov 27 16:01:25 2012 +0200
description:
No more ZERO_COPY_SOCKETS kernel option.
diffstat:
socs/Atheros/AR7240/soc.mk | 1 -
socs/Atheros/AR7242/soc.mk | 1 -
socs/Broadcom/BCM5354/soc.mk | 1 -
socs/Cavium/CN5010/soc.mk | 1 -
socs/Intel/i386/soc.mk | 1 -
socs/Intel/ixp435/soc.mk | 1 -
socs/Ralink/RT3050F/soc.mk | 1 -
socs/Ralink/RT3052F/soc.mk | 1 -
socs/Ralink/RT5350F/soc.mk | 1 -
9 files changed, 0 insertions(+), 9 deletions(-)
diffs (99 lines):
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Atheros/AR7240/soc.mk
--- a/socs/Atheros/AR7240/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Atheros/AR7240/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -47,7 +47,6 @@
KERNCONF_OPTIONS+= SCHED_4BSD
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Atheros/AR7242/soc.mk
--- a/socs/Atheros/AR7242/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Atheros/AR7242/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -46,7 +46,6 @@
KERNCONF_OPTIONS+= CD9660
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-#KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Broadcom/BCM5354/soc.mk
--- a/socs/Broadcom/BCM5354/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Broadcom/BCM5354/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -82,7 +82,6 @@
# Project definitions
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= SCHED_4BSD
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Cavium/CN5010/soc.mk
--- a/socs/Cavium/CN5010/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Cavium/CN5010/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -64,7 +64,6 @@
#KERNCONF_OPTIONS+= NFS_ROOT
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Intel/i386/soc.mk
--- a/socs/Intel/i386/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Intel/i386/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -50,7 +50,6 @@
#KERNCONF_OPTIONS+= NFS_ROOT
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Intel/ixp435/soc.mk
--- a/socs/Intel/ixp435/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Intel/ixp435/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -76,7 +76,6 @@
#KERNCONF_OPTIONS+= NFS_ROOT
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
# Incorrect
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"ufs:/dev/ada0s2\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Ralink/RT3050F/soc.mk
--- a/socs/Ralink/RT3050F/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Ralink/RT3050F/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -62,7 +62,6 @@
#KERNCONF_OPTIONS+= NFS_ROOT
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Ralink/RT3052F/soc.mk
--- a/socs/Ralink/RT3052F/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Ralink/RT3052F/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -66,7 +66,6 @@
#KERNCONF_OPTIONS+= NFS_ROOT
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
diff -r 1086b5f8d703 -r 75c84c6b57cc socs/Ralink/RT5350F/soc.mk
--- a/socs/Ralink/RT5350F/soc.mk Tue Nov 27 14:40:39 2012 +0200
+++ b/socs/Ralink/RT5350F/soc.mk Tue Nov 27 16:01:25 2012 +0200
@@ -60,7 +60,6 @@
#KERNCONF_OPTIONS+= SCHED_4BSD
KERNCONF_OPTIONS+= PSEUDOFS
KERNCONF_OPTIONS+= IPFIREWALL_DEFAULT_TO_ACCEPT
-KERNCONF_OPTIONS+= ZERO_COPY_SOCKETS
KERNCONF_OPTIONS+= _KPOSIX_PRIORITY_SCHEDULING
KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/map/rootfs.uncompress\\\"
More information about the Zrouter-src
mailing list