mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -623,3 +623,17 @@ define KernelPackage/ifb/description
|
||||
endef
|
||||
|
||||
$(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))
|
||||
|
||||
Reference in New Issue
Block a user