Browse Source

fix pcmcia modules load order (closes: #1355)

SVN-Revision: 6300
Nicolas Thill 19 years ago
parent
commit
e7697a9ab6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/other.mk

+ 1 - 1
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))