projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx: Add config option for n810 bluetooth driver
[openwrt.git]
/
package
/
kernel
/
modules
/
pcmcia.mk
diff --git
a/package/kernel/modules/pcmcia.mk
b/package/kernel/modules/pcmcia.mk
index
9dee298
..
c7cc8f8
100644
(file)
--- a/
package/kernel/modules/pcmcia.mk
+++ b/
package/kernel/modules/pcmcia.mk
@@
-54,7
+54,8
@@
define KernelPackage/pcmcia-yenta
KCONFIG:= \
CONFIG_PCCARD_NONSTATIC \
CONFIG_YENTA
KCONFIG:= \
CONFIG_PCCARD_NONSTATIC \
CONFIG_YENTA
-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.35)),1)
+# For Linux 2.6.35+
+ifneq ($(wildcard $(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko),)
FILES:= \
$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko \
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.ko
FILES:= \
$(LINUX_DIR)/drivers/pcmcia/pcmcia_rsrc.ko \
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.ko
This page took
0.020457 seconds
and
4
git commands to generate.