i2c-gpio-mux: fix build for 3.6+ kernels

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34152
This commit is contained in:
Florian Fainelli 2012-11-11 18:40:43 +00:00
parent cadd36a303
commit ae912505ac

View File

@ -197,8 +197,13 @@ endef
$(eval $(call KernelPackage,i2c-mux))
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.6.0)),1)
I2C_MUX_GPIO_MODULES:= \
CONFIG_I2C_MUX_GPIO:drivers/i2c/muxes/i2c-mux-gpio
else
I2C_MUX_GPIO_MODULES:= \
CONFIG_I2C_MUX_GPIO:drivers/i2c/muxes/gpio-i2cmux
endif
define KernelPackage/i2c-mux-gpio
$(call i2c_defaults,$(I2C_MUX_GPIO_MODULES),51)