7be51943fb
Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
400 B
Makefile
14 lines
400 B
Makefile
################################################################################
|
|
#
|
|
# ethtool
|
|
#
|
|
################################################################################
|
|
|
|
ETHTOOL_VERSION = 4.11
|
|
ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
|
|
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
|
|
ETHTOOL_LICENSE = GPL-2.0
|
|
ETHTOOL_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|