mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
add kmod for dm9000
SVN-Revision: 27402
This commit is contained in:
parent
bcd92ce288
commit
96cc4174e3
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user