mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-27 17:12:46 +00:00
kernel: netdev: add kmod-phylink
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
4c70bb4f90
commit
b23f72b5b6
@ -107,6 +107,22 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,libphy))
|
$(eval $(call KernelPackage,libphy))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/phylink
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=Model for MAC to optional PHY connection
|
||||||
|
KCONFIG:=CONFIG_PHYLINK
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/phy/phylink.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,15,phylink,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/phylink/description
|
||||||
|
Model for MAC to optional PHY connection
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,phylink))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/mii
|
define KernelPackage/mii
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=MII library
|
TITLE:=MII library
|
||||||
|
Loading…
Reference in New Issue
Block a user