From: Alan Cox Date: Sun, 22 Jul 2018 22:26:54 +0000 (+0100) Subject: pcw8256: fix defines for networking X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f2cdcc62cf1dc3d6c652bbcacd187a986e74ce2;p=FUZIX.git pcw8256: fix defines for networking --- diff --git a/Kernel/platform-pcw8256/config.h b/Kernel/platform-pcw8256/config.h index d88ceab8..9f236df9 100644 --- a/Kernel/platform-pcw8256/config.h +++ b/Kernel/platform-pcw8256/config.h @@ -36,6 +36,7 @@ #define MAX_BLKDEV 1 /* UIDE or FIDHD never both */ #define CONFIG_IDE /* Has an IDE controller - maybe anyway: UIDE */ #define CONFIG_NET +#define CONFIG_NET_NATIVE #define TICKSPERSEC 50 /* Ticks per second */ #define PROGBASE 0x0000 /* memory base of program */