kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel build error in snapshot builds
SVN-Revision: 35190
This commit is contained in:
parent
66fa83d211
commit
a6ad512d82
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,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.ko
|
||||
FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250$(if $(call kernel_patchver_ge,3.7),_core).ko
|
||||
endef
|
||||
|
||||
define KernelPackage/serial-8250/description
|
||||
|
|
Loading…
Reference in a new issue