mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
fix kmod-pcmcia-serial for 3.3+ kernels
SVN-Revision: 31490
This commit is contained in:
parent
e0c97d69c6
commit
1c29057519
@ -70,7 +70,11 @@ define KernelPackage/pcmcia-serial
|
|||||||
CONFIG_PCMCIA_SERIAL_CS \
|
CONFIG_PCMCIA_SERIAL_CS \
|
||||||
CONFIG_SERIAL_8250_CS
|
CONFIG_SERIAL_8250_CS
|
||||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
|
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
|
||||||
|
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.3)),1)
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/serial_cs.ko
|
||||||
|
else
|
||||||
FILES:=$(LINUX_DIR)/drivers/tty/serial/serial_cs.ko
|
FILES:=$(LINUX_DIR)/drivers/tty/serial/serial_cs.ko
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
FILES:=$(LINUX_DIR)/drivers/serial/serial_cs.ko
|
FILES:=$(LINUX_DIR)/drivers/serial/serial_cs.ko
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user