Files
buildroot/package/mdio-tools/mdio-tools.mk
Michael Nosthoff 7cca743c4d package/mdio-tools: bump to version 1.3.2
adds support for Microchip's paged PHYs.

Release Notes:
https://github.com/wkz/mdio-tools/releases/tag/1.3.2

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-05-08 11:58:06 +02:00

24 lines
721 B
Makefile

################################################################################
#
# mdio-tools
#
################################################################################
MDIO_TOOLS_VERSION = 1.3.2
MDIO_TOOLS_SITE = https://github.com/wkz/mdio-tools/releases/download/$(MDIO_TOOLS_VERSION)
MDIO_TOOLS_LICENSE = GPL-2.0
MDIO_TOOLS_LICENSE_FILES = COPYING
MDIO_TOOLS_DEPENDENCIES = host-pkgconf libmnl
MDIO_TOOLS_MODULE_SUBDIRS = kernel
define MDIO_TOOLS_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_NET)
$(call KCONFIG_ENABLE_OPT,CONFIG_NETDEVICES)
$(call KCONFIG_ENABLE_OPT,CONFIG_MDIO_DEVICE)
$(call KCONFIG_ENABLE_OPT,CONFIG_MDIO_BUS)
endef
$(eval $(kernel-module))
$(eval $(autotools-package))