From 3f2cdcc62cf1dc3d6c652bbcacd187a986e74ce2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 22 Jul 2018 23:26:54 +0100 Subject: [PATCH] pcw8256: fix defines for networking --- Kernel/platform-pcw8256/config.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1