From: jow Date: Sun, 25 Jan 2015 20:03:26 +0000 (+0000) Subject: linux: fix broken kmod-i2c-mux-pca9541 after r44113 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a007699a270a431f83f52d8ab7ffa9317220c694 linux: fix broken kmod-i2c-mux-pca9541 after r44113 Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44142 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk index a2dcf35e53..8fed494e4f 100644 --- a/package/kernel/linux/modules/i2c.mk +++ b/package/kernel/linux/modules/i2c.mk @@ -238,7 +238,7 @@ $(eval $(call KernelPackage,i2c-mux-pca954x)) I2C_MUX_PCA9541_MODULES:= \ - CONFIG_I2C_MUX_PCA9541:drivers/i2c/muxes/$(I2C_MUX_PREFIX)pca9541 + CONFIG_I2C_MUX_PCA9541:drivers/i2c/muxes/i2c-mux-pca9541 define KernelPackage/i2c-mux-pca9541 $(call i2c_defaults,$(I2C_MUX_PCA9541_MODULES),51)