summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-11 16:37:11 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-11 16:37:11 +0000
commitaf1ec594fbaa916c777c0fc1f9d13ac36d54d90c (patch)
tree5d524c731822e0cc35fa7542a15dda4cc648377c /package
parent5b3995238f7bcdb3fdaa64854fd939b7a217d8ba (diff)
[package] kernel: fix kmod-pcmcia-yenta on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index d3f1df832..6c7f42c75 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -170,7 +170,19 @@ define KernelPackage/pcmcia-yenta
SUBMENU:=$(OTHER_MENU)
TITLE:=yenta socket driver
DEPENDS:=kmod-pcmcia-core
- KCONFIG:=CONFIG_YENTA
+ KCONFIG:= \
+ CONFIG_PCMCIA \
+ CONFIG_CARDBUS \
+ CONFIG_YENTA
+endef
+
+define KernelPackage/pcmcia-yenta/2.4
+ FILES:= \
+ $(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,41,yenta_socket)
+endef
+
+define KernelPackage/pcmcia-yenta/2.6
FILES:= \
$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX)
@@ -179,6 +191,7 @@ endef
$(eval $(call KernelPackage,pcmcia-yenta))
+
define KernelPackage/pcmcia-au1000
SUBMENU:=$(OTHER_MENU)
TITLE:=RMI/AMD Au1000 PCMCIA support