aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.14/270-platform-mikrotik-build-bits.patch
blob: 15dfcb2eba232e5e2fd9b2f50c77df5a40230957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From c2deb5ef01a0ef09088832744cbace9e239a6ee0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= <hacks@slashdirt.org>
Date: Tue, 24 Mar 2020 22:11:50 +0100
Subject: [PATCH] generic: platform/mikrotik build bits (4.14)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch adds platform/mikrotik kernel build bits

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
---
 drivers/platform/Kconfig  | 2 ++
 drivers/platform/Makefile | 1 +
 2 files changed, 3 insertions(+)

--- a/drivers/platform/Kconfig
+++ b/drivers/platform/Kconfig
@@ -8,3 +8,5 @@ endif
 source "drivers/platform/goldfish/Kconfig"
 
 source "drivers/platform/chrome/Kconfig"
+
+source "drivers/platform/mikrotik/Kconfig"
--- a/drivers/platform/Makefile
+++ b/drivers/platform/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_MIPS)		+= mips/
 obj-$(CONFIG_OLPC)		+= olpc/
 obj-$(CONFIG_GOLDFISH)		+= goldfish/
 obj-$(CONFIG_CHROME_PLATFORMS)	+= chrome/
+obj-$(CONFIG_MIKROTIK)		+= mikrotik/