Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
cc1a5ba8
Commit
cc1a5ba8
authored
18 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Add support for ne2000 pci NIC (#916)
SVN-Revision: 5451
parent
1e26feb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/kernel/modules/network.mk
+12
-0
12 additions, 0 deletions
package/kernel/modules/network.mk
target/linux/x86-2.6/config
+1
-1
1 addition, 1 deletion
target/linux/x86-2.6/config
with
13 additions
and
1 deletion
package/kernel/modules/network.mk
+
12
−
0
View file @
cc1a5ba8
...
@@ -306,6 +306,18 @@ define KernelPackage/r8169
...
@@ -306,6 +306,18 @@ define KernelPackage/r8169
endef
endef
$(
eval
$(
call KernelPackage,r8169
))
$(
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
define
KernelPackage/ixp4xx-npe
TITLE
:=
Intel
(
R
)
IXP4xx ethernet support
TITLE
:=
Intel
(
R
)
IXP4xx ethernet support
DESCRIPTION
:=
\
DESCRIPTION
:=
\
...
...
This diff is collapsed.
Click to expand it.
target/linux/x86-2.6/config
+
1
−
1
View file @
cc1a5ba8
...
@@ -1035,7 +1035,7 @@ CONFIG_FORCEDETH=m
...
@@ -1035,7 +1035,7 @@ CONFIG_FORCEDETH=m
CONFIG_E100=m
CONFIG_E100=m
# CONFIG_FEALNX is not set
# CONFIG_FEALNX is not set
CONFIG_NATSEMI=m
CONFIG_NATSEMI=m
#
CONFIG_NE2K_PCI
is not set
CONFIG_NE2K_PCI
=m
# CONFIG_8139CP is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
CONFIG_8139TOO_PIO=y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment