From: Florian Fainelli Date: Sat, 18 Nov 2006 00:02:14 +0000 (+0000) Subject: Fix ne2k-pci compilation (#957) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df909bd3ee824a6e43314ccb732a4dc21855883f;p=librecmc%2Flibrecmc.git Fix ne2k-pci compilation (#957) SVN-Revision: 5558 --- diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index 000d5206c3..c377c309e1 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -310,11 +310,12 @@ define KernelPackage/ne2k-pci TITLE:=ne2k-pci Ethernet Adapter kernel support DESCRIPTION:=\ ne2k-pci Ethernet Adapter kernel support. - FILES:=$(MODULES_DIR)/kernel/drivers/net/ne2k-pci.$(LINUX_KMOD_SUFFIX) + FILES:=$(MODULES_DIR)/kernel/drivers/net/ne2k-pci.$(LINUX_KMOD_SUFFIX) \ + $(MODULES_DIR)/kernel/drivers/net/8390.$(LINUX_KMOD_SUFFIX) KCONFIG:=$(CONFIG_NE2K-PCI) DEPENDS:=@LINUX_2_6_X86 SUBMENU:=$(NDMENU) - AUTOLOAD:=$(call AutoLoad,50,ne2k-pci) + AUTOLOAD:=$(call AutoLoad,50,8390 ne2k-pci) endef $(eval $(call KernelPackage,ne2k-pci))