mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
add kmod for dm9000
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27402 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
04c0360c78
commit
a79b0f5a1c
@ -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…
Reference in New Issue
Block a user