Author: jow Date: 2015-01-25 21:03:26 +0100 (Sun, 25 Jan 2015) New Revision: 44142
Modified: trunk/package/kernel/linux/modules/i2c.mk Log: linux: fix broken kmod-i2c-mux-pca9541 after r44113 Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/linux/modules/i2c.mk =================================================================== --- trunk/package/kernel/linux/modules/i2c.mk 2015-01-25 18:43:58 UTC (rev 44141) +++ trunk/package/kernel/linux/modules/i2c.mk 2015-01-25 20:03:26 UTC (rev 44142) @@ -238,7 +238,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
