From: John Crispin Date: Tue, 13 Feb 2018 09:55:46 +0000 (+0100) Subject: kernel: add missing symbol X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=6e7357097f665096af3e099d17898371e56f1df5;p=openwrt%2Fstaging%2Fkaloz.git kernel: add missing symbol Signed-off-by: John Crispin --- 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