[openwrt/openwrt] kernel: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 18 00:21:25 PST 2018


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

commit 761d45eb87b3bf58eede6eb315300638fd13625b
Author: John Crispin <john at phrozen.org>
AuthorDate: Sun Feb 18 09:20:38 2018 +0100

    kernel: add missing symbol
    
    this caused v4.14.20 based builds so fail on aarch64
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/generic/config-4.14 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 9d4b953..7fca010 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -3580,6 +3580,7 @@ CONFIG_PWRSEQ_SIMPLE=y
 # CONFIG_QCOM_EMAC is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1003 is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1009 is not set
+# CONFIG_QCOM_FALKOR_ERRATUM_E1041 is not set
 # CONFIG_QCOM_HIDMA is not set
 # CONFIG_QCOM_HIDMA_MGMT is not set
 # CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set



More information about the lede-commits mailing list