projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8504d6f
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 Feb 2007 19:18:47 +0000
(19:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 Feb 2007 19:18:47 +0000
(19:18 +0000)
SVN-Revision: 6239
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index 412e4ad49a6d7be33898f93b9f4ef462756d59a0..716dd8bf253dded3a973c2ec30d166d9fb5611f6 100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-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)