kernel: fix 8250 ko name for 3.9

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37164
This commit is contained in:
John Crispin 2013-07-04 13:31:28 +00:00
parent 2da37a713e
commit a1734998ee

View File

@ -551,7 +551,7 @@ define KernelPackage/serial-8250
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$(if $(call kernel_patchver_ge,3.7),$(if $(call kernel_patchver_le,3.9),_core)).ko
FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250$(if $(call kernel_patchver_ge,3.7),$(if $(call kernel_patchver_le,3.8),_core)).ko
endef
define KernelPackage/serial-8250/description