From: nbd Date: Wed, 8 Jul 2015 08:20:44 +0000 (+0000) Subject: kernel: add missing config symbol (fixes #19880) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bf60b4d85c34092399342e64e47611eefeee8e9a;p=openwrt.git kernel: add missing config symbol (fixes #19880) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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