From: Felix Fietkau Date: Wed, 8 Jul 2015 08:20:44 +0000 (+0000) Subject: kernel: add missing config symbol (fixes #19880) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ceda9f1554765dbc577fa26e07f7daaf08e69186;p=openwrt%2Fstaging%2Fyousong.git kernel: add missing config symbol (fixes #19880) Signed-off-by: Felix Fietkau SVN-Revision: 46265 --- diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 9d2ca78c69..2e2f33f4a2 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3343,6 +3343,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_HMC5843_I2C is not set # CONFIG_SENSORS_HMC5843_SPI is not set # CONFIG_SENSORS_HTU21 is not set +# CONFIG_SENSORS_I5500 is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_IIO_HWMON is not set # CONFIG_SENSORS_INA209 is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index a12850dd5f..0545ee55eb 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3396,6 +3396,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_HMC5843_I2C is not set # CONFIG_SENSORS_HMC5843_SPI is not set # CONFIG_SENSORS_HTU21 is not set +# CONFIG_SENSORS_I5500 is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_IIO_HWMON is not set # CONFIG_SENSORS_INA209 is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 001fa0a4f1..d4c9cb5a57 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -3422,6 +3422,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_HMC5843_I2C is not set # CONFIG_SENSORS_HMC5843_SPI is not set # CONFIG_SENSORS_HTU21 is not set +# CONFIG_SENSORS_I5500 is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_IIO_HWMON is not set # CONFIG_SENSORS_INA209 is not set