Author: nbd Date: 2015-01-27 01:06:42 +0100 (Tue, 27 Jan 2015) New Revision: 44154
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: fix regression in building kmod-serial-8250 on linux 3.8 (#18821) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-01-26 20:41:43 UTC (rev 44153) +++ trunk/package/kernel/linux/modules/other.mk 2015-01-27 00:06:42 UTC (rev 44154) @@ -698,7 +698,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y \ CONFIG_SERIAL_8250_DETECT_IRQ=n \ CONFIG_SERIAL_8250_RSA=n - FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250.ko + FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250$(if $(CONFIG_LINUX_3_8),_core).ko endef define KernelPackage/serial-8250/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
