diff options
author | John Crispin <john@phrozen.org> | 2018-02-18 09:20:38 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-18 09:21:12 +0100 |
commit | 761d45eb87b3bf58eede6eb315300638fd13625b (patch) | |
tree | b1bcd512eb1e692a02b0ecce6a8f7e3f70f28a02 /target | |
parent | f621b539512e5b6c83dd2de1bc2dba06e40cd7ea (diff) | |
download | upstream-761d45eb87b3bf58eede6eb315300638fd13625b.tar.gz upstream-761d45eb87b3bf58eede6eb315300638fd13625b.tar.bz2 upstream-761d45eb87b3bf58eede6eb315300638fd13625b.zip |
kernel: add missing symbol
this caused v4.14.20 based builds so fail on aarch64
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 9d4b953a40..7fca01086a 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 |