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>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2012-11-13 01:05:42 +00:00 committed by Peter Korsgaard
parent 342d54e9a5
commit 4869f2ecab
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
ETHTOOL_VERSION = 3.6
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
ETHTOOL_LICENSE = GPLv2
ETHTOOL_LICENSE_FILE = COPYING
ETHTOOL_LICENSE_FILES = COPYING
$(eval $(autotools-package))