mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-14 10:50:58 +00:00
kernel: fix regression in building kmod-serial-8250 on linux 3.8 (#18821)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44154
This commit is contained in:
parent
7be967e954
commit
73cdcde24c
@ -698,7 +698,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 $(CONFIG_LINUX_3_8),_core).ko
|
||||
endef
|
||||
|
||||
define KernelPackage/serial-8250/description
|
||||
|
Loading…
Reference in New Issue
Block a user