mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
krnel: The dm9000 module does not need to depend on pci
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
parent
80cb5c5703
commit
1e90ba8958
@ -828,7 +828,7 @@ $(eval $(call KernelPackage,ifb))
|
||||
define KernelPackage/dm9000
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Davicom 9000 Ethernet support
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-mii
|
||||
DEPENDS:=+kmod-mii
|
||||
KCONFIG:=CONFIG_DM9000 \
|
||||
CONFIG_DM9000_DEBUGLEVEL=4 \
|
||||
CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y
|
||||
|
Loading…
Reference in New Issue
Block a user