fix pcmcia modules load order (closes: #1355)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6300 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-02-14 12:53:04 +00:00
parent 74c84e5794
commit 9b552a4624
1 changed files with 1 additions and 1 deletions

View File

@ -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))