mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02:00
[package] kernel: fix kmod-pcmcia-yenta on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20147 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5b3995238f
commit
af1ec594fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user