[openwrt/openwrt] kernel: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 13 01:56:04 PST 2018


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

commit 6e7357097f665096af3e099d17898371e56f1df5
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Feb 13 10:55:46 2018 +0100

    kernel: add missing symbol
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/generic/config-4.14 | 1 +
 target/linux/generic/config-4.9  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 3820062..1eaca21 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -1270,6 +1270,7 @@ CONFIG_EXPERT=y
 CONFIG_EXT4_USE_FOR_EXT2=y
 # CONFIG_EXTCON is not set
 # CONFIG_EXTCON_ADC_JACK is not set
+# CONFIG_EXTCON_AXP288 is not set
 # CONFIG_EXTCON_GPIO is not set
 # CONFIG_EXTCON_INTEL_INT3496 is not set
 # CONFIG_EXTCON_MAX3355 is not set
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 344749e..3f050c2 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -1194,6 +1194,7 @@ CONFIG_EXPERT=y
 CONFIG_EXT4_USE_FOR_EXT2=y
 # CONFIG_EXTCON is not set
 # CONFIG_EXTCON_ADC_JACK is not set
+# CONFIG_EXTCON_AXP288 is not set
 # CONFIG_EXTCON_GPIO is not set
 # CONFIG_EXTCON_MAX3355 is not set
 # CONFIG_EXTCON_QCOM_SPMI_MISC is not set



More information about the lede-commits mailing list