From bc01ce98aed417b5d8cb73fd9220ba7c57738382 Mon Sep 17 00:00:00 2001
From: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 9 Feb 2015 12:10:18 +0000
Subject: [PATCH] kernel: add missing symbols

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44338 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/generic/config-3.18 | 1 +
 target/linux/generic/config-3.19 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 42092024ad..b831223f49 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -2034,6 +2034,7 @@ CONFIG_MII=y
 # CONFIG_MIPS_COBALT is not set
 # CONFIG_MIPS_FPU_EMULATOR is not set
 # CONFIG_MIPS_MALTA is not set
+# CONFIG_MIPS_PARAVIRT is not set
 # CONFIG_MIPS_SEAD3 is not set
 # CONFIG_MIPS_SIM is not set
 CONFIG_MISC_DEVICES=y
diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19
index a849c0d8ae..0f3fe4ac72 100644
--- a/target/linux/generic/config-3.19
+++ b/target/linux/generic/config-3.19
@@ -2042,6 +2042,7 @@ CONFIG_MII=y
 # CONFIG_MIPS_COBALT is not set
 # CONFIG_MIPS_FPU_EMULATOR is not set
 # CONFIG_MIPS_MALTA is not set
+# CONFIG_MIPS_PARAVIRT is not set
 # CONFIG_MIPS_SEAD3 is not set
 # CONFIG_MIPS_SIM is not set
 CONFIG_MISC_DEVICES=y
-- 
GitLab