From: Florian Fainelli Date: Sat, 18 Nov 2006 00:02:14 +0000 (+0000) Subject: Fix ne2k-pci compilation (#957) X-Git-Tag: reboot~30436 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=df909bd3ee824a6e43314ccb732a4dc21855883f;hp=0f55c0eff94cfc3ccbe2fc5103eea1b44747d7c4 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))