From 42dcce7e4ad4e00a73fada61ee6d724cad1b42cb Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 15 Jun 2015 21:16:15 +0000
Subject: [PATCH] kernel: add missing config symbol (#19870)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45992
---
 target/linux/generic/config-3.18 | 1 +
 target/linux/generic/config-4.0  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 609b2903123..fc90dbc6c41 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -2959,6 +2959,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_R8187SE is not set
 # CONFIG_R8188EU is not set
 # CONFIG_R8712U is not set
+# CONFIG_R8723AU is not set
 # CONFIG_RADIO_ADAPTERS is not set
 # CONFIG_RADIO_AZTECH is not set
 # CONFIG_RADIO_CADET is not set
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index 52701df2a79..22d0fd0a6a9 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -3005,6 +3005,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_R8187SE is not set
 # CONFIG_R8188EU is not set
 # CONFIG_R8712U is not set
+# CONFIG_R8723AU is not set
 # CONFIG_RADIO_ADAPTERS is not set
 # CONFIG_RADIO_AZTECH is not set
 # CONFIG_RADIO_CADET is not set
-- 
GitLab