From: florian Date: Mon, 6 Nov 2006 15:34:12 +0000 (+0000) Subject: Add support for ne2000 pci NIC (#916) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=a777ac2c8264f527e5ce1725a3cc7562d0e0d971;p=openwrt-10.03%2F.git Add support for ne2000 pci NIC (#916) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index d75a65bf6..000d5206c 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -306,6 +306,18 @@ define KernelPackage/r8169 endef $(eval $(call KernelPackage,r8169)) +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) + KCONFIG:=$(CONFIG_NE2K-PCI) + DEPENDS:=@LINUX_2_6_X86 + SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,ne2k-pci) +endef +$(eval $(call KernelPackage,ne2k-pci)) + define KernelPackage/ixp4xx-npe TITLE:=Intel(R) IXP4xx ethernet support DESCRIPTION:=\ diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 81100c593..3b5c0f2ec 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1035,7 +1035,7 @@ CONFIG_FORCEDETH=m CONFIG_E100=m # CONFIG_FEALNX is not set CONFIG_NATSEMI=m -# CONFIG_NE2K_PCI is not set +CONFIG_NE2K_PCI=m # CONFIG_8139CP is not set CONFIG_8139TOO=m CONFIG_8139TOO_PIO=y