[openwrt/openwrt] kernel: add missing symbols

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 16 01:02:16 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/6873cf4f632508e7a61235438d79a3a9910360df

commit 6873cf4f632508e7a61235438d79a3a9910360df
Author: John Crispin <john at phrozen.org>
AuthorDate: Fri Feb 16 10:01:31 2018 +0100

    kernel: add missing symbols
    
    These cause mediatek arm to fail full builds
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/generic/config-4.14  | 1 +
 target/linux/mediatek/config-4.14 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index f7d9cca..9d4b953 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -4494,6 +4494,7 @@ CONFIG_SND_PROC_FS=y
 # CONFIG_SND_SOC_MEDIATEK is not set
 # CONFIG_SND_SOC_MPC5200_AC97 is not set
 # CONFIG_SND_SOC_MPC5200_I2S is not set
+# CONFIG_SND_SOC_MSM8916_WCD_ANALOG is not set
 # CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
 # CONFIG_SND_SOC_MT2701 is not set
 # CONFIG_SND_SOC_MT8173 is not set
diff --git a/target/linux/mediatek/config-4.14 b/target/linux/mediatek/config-4.14
index af22186..febb7b5 100644
--- a/target/linux/mediatek/config-4.14
+++ b/target/linux/mediatek/config-4.14
@@ -1,3 +1,4 @@
+# CONFIG_AHCI_MTK is not set
 # CONFIG_AIO is not set
 CONFIG_ALIGNMENT_TRAP=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y



More information about the lede-commits mailing list