mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ETHTOOL_VERSION = 5.2
|
||||
ETHTOOL_VERSION = 5.8
|
||||
ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
|
||||
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
|
||||
ETHTOOL_LICENSE = GPL-2.0
|
||||
@@ -12,4 +12,11 @@ ETHTOOL_LICENSE_FILES = LICENSE COPYING
|
||||
ETHTOOL_CONF_OPTS = \
|
||||
$(if $(BR2_PACKAGE_ETHTOOL_PRETTY_PRINT),--enable-pretty-dump,--disable-pretty-dump)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMNL),y)
|
||||
ETHTOOL_DEPENDENCIES += host-pkgconf libmnl
|
||||
ETHTOOL_CONF_OPTS += --enable-netlink
|
||||
else
|
||||
ETHTOOL_CONF_OPTS += --disable-netlink
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user