fix typo
SVN-Revision: 6239
This commit is contained in:
parent
8504d6f32d
commit
3fe6458e3b
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ define KernelPackage/ne2k-pci
|
|||
ne2k-pci Ethernet Adapter kernel support.
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/net/ne2k-pci.$(LINUX_KMOD_SUFFIX) \
|
||||
$(MODULES_DIR)/kernel/drivers/net/8390.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=$(CONFIG_NE2K-PCI)
|
||||
KCONFIG:=$(CONFIG_NE2K_PCI)
|
||||
DEPENDS:=@LINUX_2_6_X86
|
||||
SUBMENU:=$(NDMENU)
|
||||
AUTOLOAD:=$(call AutoLoad,50,8390 ne2k-pci)
|
||||
|
|
Loading…
Reference in a new issue