kernel: adapt module paths for 3.10-rc1

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36662
This commit is contained in:
Jonas Gorski
2013-05-19 18:36:09 +00:00
parent 89e299259c
commit 87203c4049
2 changed files with 6 additions and 6 deletions

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