From 40c6aca062254d08c5d0eaa5f2b9075f9ff3594c Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 30 Aug 2017 15:16:38 +0200 Subject: [PATCH] pygoscelis: Add dummy network device. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 64499e4..b6be049 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1530,7 +1530,7 @@ CONFIG_NETDEVICES=y CONFIG_MII=m CONFIG_NET_CORE=y CONFIG_BONDING=m -# CONFIG_DUMMY is not set +CONFIG_DUMMY=m # CONFIG_EQUALIZER is not set # CONFIG_NET_FC is not set # CONFIG_NET_TEAM is not set