kernel: add a dependency of kmod-r8169 on r8169-firmware
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40448
This commit is contained in:
parent
d589d40294
commit
c5967446ba
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ $(eval $(call KernelPackage,8139cp))
|
||||||
define KernelPackage/r8169
|
define KernelPackage/r8169
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=RealTek RTL-8169 PCI Gigabit Ethernet Adapter kernel support
|
TITLE:=RealTek RTL-8169 PCI Gigabit Ethernet Adapter kernel support
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-mii
|
DEPENDS:=@PCI_SUPPORT +kmod-mii +r8169-firmware
|
||||||
KCONFIG:=CONFIG_R8169 \
|
KCONFIG:=CONFIG_R8169 \
|
||||||
CONFIG_R8169_NAPI=y \
|
CONFIG_R8169_NAPI=y \
|
||||||
CONFIG_R8169_VLAN=n
|
CONFIG_R8169_VLAN=n
|
||||||
|
|
Loading…
Reference in a new issue