From: Nicolas Thill Date: Wed, 14 Feb 2007 12:53:04 +0000 (+0000) Subject: fix pcmcia modules load order (closes: #1355) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e7697a9ab6c1fdd770e31dc95c3e79246613360c;p=lede.git fix pcmcia modules load order (closes: #1355) SVN-Revision: 6300 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d5c139ce92..d86608987d 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -149,7 +149,7 @@ define KernelPackage/pcmcia-core/2.6 $(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia.$(LINUX_KMOD_SUFFIX) \ $(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX) \ $(MODULES_DIR)/kernel/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,40,pcmcia_core pcmcia yenta_socket rsrc_nonstatic) + AUTOLOAD:=$(call AutoLoad,40,pcmcia_core pcmcia rsrc_nonstatic yenta_socket) endef $(eval $(call KernelPackage,pcmcia-core))