From a8967860224bf019ceca1bc2545513b1d4079172 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Wed, 31 Jul 2019 18:12:35 +0200
Subject: [PATCH] Enable dummy network driver

---
 PKGBUILD      | 2 +-
 config.x86_64 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index e99cebe..f83dad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 source=("$_repourl#tag=v${pkgver/_/-}"
         "config.$CARCH")
 md5sums=('SKIP'
-         'ec288f6d141f99730e0273c82e77c895')
+         'e4b2f58be803cc4a2c8369b1aef5a6a2')
 
 prepare() {
   # fake linux directory if necessary
diff --git a/config.x86_64 b/config.x86_64
index aca0b5f..003b09e 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -2368,7 +2368,7 @@ CONFIG_NETDEVICES=y
 CONFIG_MII=m
 CONFIG_NET_CORE=y
 CONFIG_BONDING=m
-# CONFIG_DUMMY is not set
+CONFIG_DUMMY=m
 CONFIG_EQUALIZER=m
 # CONFIG_NET_FC is not set
 CONFIG_IFB=m
-- 
GitLab