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
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ define KernelPackage/serial-8250
|
||||||
CONFIG_SERIAL_8250_SHARE_IRQ=y \
|
CONFIG_SERIAL_8250_SHARE_IRQ=y \
|
||||||
CONFIG_SERIAL_8250_DETECT_IRQ=n \
|
CONFIG_SERIAL_8250_DETECT_IRQ=n \
|
||||||
CONFIG_SERIAL_8250_RSA=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
|
endef
|
||||||
|
|
||||||
define KernelPackage/serial-8250/description
|
define KernelPackage/serial-8250/description
|
||||||
|
|
Loading…
Reference in a new issue