mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
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
@ -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 New Issue
Block a user