From dbaf51a44b8c465ac2f546d21719c66cd889c91f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Jul 1998 22:13:10 +0000 Subject: Patch from Emmanuel Raguet : Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ... --- make/custom/pc386.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/pc386.cfg') diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index 48ed118efe..50a980a703 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -26,7 +26,7 @@ HAS_MP=no # This target does NOT support the KA9Q TCP/IP stack so ignore requests # to enable it. -HAS_KA9Q=no +HAS_KA9Q=yes # This section makes the target dependent options file. -- cgit v1.2.3