From 0be187c8a37978cf2f6e825e817a970c55647f18 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 11 Jan 2017 02:37:47 +0000 Subject: [PATCH] net: Enable NET_DEVLINK as module --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 554fc6775..5b0e2cbd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ linux (4.9.2-1~exp1) UNRELEASED; urgency=medium * vsock: Enable VSOCKETS, VHOST_VSOCK, VIRTIO_VSOCKETS as modules * hci_uart: Enable BT_HCIUART_MRVL * rxrpc: Enable AF_RXRPC_IPV6 + * net: Enable NET_DEVLINK as module [ John Paul Adrian Glaubitz ] * [sh3] Build a linux-libc-dev package (Closes: #850732) diff --git a/debian/config/config b/debian/config/config index c482cdbb8..594f79b55 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5928,6 +5928,7 @@ CONFIG_NET_PKTGEN=m CONFIG_NET_DROP_MONITOR=m CONFIG_WIRELESS=y CONFIG_LWTUNNEL=y +CONFIG_NET_DEVLINK=m ## ## file: net/6lowpan/Kconfig