diff options
author | John Crispin <john@phrozen.org> | 2018-02-13 10:55:46 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:55:46 +0100 |
commit | 6e7357097f665096af3e099d17898371e56f1df5 (patch) | |
tree | ed79356ac04bc33ef591dbc3b0a744f5f2af3eb5 | |
parent | f21f8376e99606b470e7d3b1edf0a71e5500b6f6 (diff) | |
download | upstream-6e7357097f665096af3e099d17898371e56f1df5.tar.gz upstream-6e7357097f665096af3e099d17898371e56f1df5.tar.bz2 upstream-6e7357097f665096af3e099d17898371e56f1df5.zip |
kernel: add missing symbol
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | target/linux/generic/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 3820062e94..1eaca2175e 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 344749ec9e..3f050c205c 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 |