From 3e030bbd59566ebc586b6fdffd61781cea7abe1c Mon Sep 17 00:00:00 2001 From: Christian B Date: Wed, 15 Nov 2017 20:25:19 +0100 Subject: [PATCH] Added CONFIG_NET_NS Switch * Added CONFIG_NET_NS Switch to Makefile and turned ON (still TESTING purposes) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1bf9d4f..0374b2d 100755 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ CONFIG_PCI_HCI = n CONFIG_SDIO_HCI = n CONFIG_GSPI_HCI = n ########################## Features ########################### +CONFIG_NET_NS = y CONFIG_MP_INCLUDED = y CONFIG_POWER_SAVING = n CONFIG_USB_AUTOSUSPEND = n