From aa2b8b870baa5191ebfeb0ea62eae99f23a2f41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Mon, 11 Nov 2019 03:23:43 +0100 Subject: [PATCH] Added support for Network Namespaces (NS) * More information about CONFIG_NET_NS here: https://cateee.net/lkddb/web-lkddb/NET_NS.html --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cc13ed1..d21b974 100755 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ CONFIG_RTL8814A = y ######################### Interface ########################### CONFIG_USB_HCI = y ########################## Features ########################### +CONFIG_NET_NS = y CONFIG_MP_INCLUDED = y CONFIG_POWER_SAVING = n CONFIG_USB_AUTOSUSPEND = n