kumquat-buildroot/package/ethtool/ethtool.mk
Arnout Vandecappelle (Essensium/Mind) 4869f2ecab ethtool: fix license info variable
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>
2012-11-14 22:33:22 +01:00

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))