mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
[package] fix kmod-pcmcia-serial for 3.3+ kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31490 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ede1bee20b
commit
0d11882ac3
@ -70,7 +70,11 @@ define KernelPackage/pcmcia-serial
|
||||
CONFIG_PCMCIA_SERIAL_CS \
|
||||
CONFIG_SERIAL_8250_CS
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
|
||||
FILES:=$(LINUX_DIR)/drivers/tty/serial/serial_cs.ko
|
||||
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
|
||||
endif
|
||||
else
|
||||
FILES:=$(LINUX_DIR)/drivers/serial/serial_cs.ko
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user