mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380)
SVN-Revision: 16935
This commit is contained in:
parent
c7fdb609e4
commit
240bce0986
@ -151,9 +151,8 @@ define KernelPackage/pcmcia-core/2.6
|
|||||||
# PCMCIA_DEBUG=n
|
# PCMCIA_DEBUG=n
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/drivers/pcmcia/pcmcia.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/drivers/pcmcia/pcmcia.$(LINUX_KMOD_SUFFIX)
|
||||||
$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX)
|
AUTOLOAD:=$(call AutoLoad,25,pcmcia_core pcmcia)
|
||||||
AUTOLOAD:=$(call AutoLoad,25,pcmcia_core pcmcia rsrc_nonstatic)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/pcmcia-core/description
|
define KernelPackage/pcmcia-core/description
|
||||||
@ -168,8 +167,10 @@ define KernelPackage/pcmcia-yenta
|
|||||||
TITLE:=yenta socket driver
|
TITLE:=yenta socket driver
|
||||||
DEPENDS:=kmod-pcmcia-core
|
DEPENDS:=kmod-pcmcia-core
|
||||||
KCONFIG:=CONFIG_YENTA
|
KCONFIG:=CONFIG_YENTA
|
||||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX)
|
FILES:= \
|
||||||
AUTOLOAD:=$(call AutoLoad,41,yenta_socket)
|
$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,41,rsrc_nonstatic yenta_socket)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,pcmcia-yenta))
|
$(eval $(call KernelPackage,pcmcia-yenta))
|
||||||
|
Loading…
Reference in New Issue
Block a user