4869f2ecab
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
308 B
Makefile
13 lines
308 B
Makefile
#############################################################
|
|
#
|
|
# ethtool
|
|
#
|
|
#############################################################
|
|
|
|
ETHTOOL_VERSION = 3.6
|
|
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
|
|
ETHTOOL_LICENSE = GPLv2
|
|
ETHTOOL_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|