Skip to content
Snippets Groups Projects
Commit 96cc4174 authored by John Crispin's avatar John Crispin
Browse files

add kmod for dm9000

SVN-Revision: 27402
parent bcd92ce2
No related branches found
No related tags found
No related merge requests found
...@@ -623,3 +623,17 @@ define KernelPackage/ifb/description ...@@ -623,3 +623,17 @@ define KernelPackage/ifb/description
endef endef
$(eval $(call KernelPackage,ifb)) $(eval $(call KernelPackage,ifb))
define KernelPackage/dm9000
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Davicom 9000 Ethernet support (in-kernel)
KCONFIG:=CONFIG_DM9000=y \
CONFIG_DM9000_DEBUGLEVEL=4 \
CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y
endef
define KernelPackage/dm9000/description
Kernel driver for Davicom 9000 Ethernet adapters.
endef
$(eval $(call KernelPackage,dm9000))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment