1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 21:35:20 +02:00

[package] kmod-r6040 depends on kmod-libphy

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29162 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-11-15 19:15:42 +00:00
parent 5df57010b8
commit e326074af0

View File

@ -181,7 +181,7 @@ $(eval $(call KernelPackage,natsemi))
define KernelPackage/r6040
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=RDC Fast-Ethernet support
DEPENDS:=@TARGET_rdc
DEPENDS:=@TARGET_rdc +kmod-libphy
KCONFIG:=CONFIG_R6040 \
CONFIG_R6040_NAPI=y
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.2)),1)