parent
1e26feb489
commit
cc1a5ba87a
2 changed files with 13 additions and 1 deletions
|
@ -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:=\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue