mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: kmod-stmmac depends on kmod-libphy
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45849 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -814,7 +814,7 @@ $(eval $(call KernelPackage,vmxnet3))
|
||||
define KernelPackage/stmmac
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=STMicro 10/100/1000 Ethernet driver
|
||||
DEPENDS:=+kmod-mii +kmod-ptp
|
||||
DEPENDS:=+kmod-mii +kmod-ptp +kmod-libphy
|
||||
KCONFIG:=CONFIG_NET_VENDOR_STMICRO=y \
|
||||
CONFIG_STMMAC_ETH \
|
||||
CONFIG_STMMAC_PLATFORM=y \
|
||||
|
||||
Reference in New Issue
Block a user