ethtool: fix license info variable
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 13 Nov 2012 01:05:42 +0000 (01:05 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 14 Nov 2012 21:33:22 +0000 (22:33 +0100)
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>
package/ethtool/ethtool.mk

index a336b523f3852e2734ff984eabc6607fe95e9f6a..8c5961c74a99f55d4a04a11353c3a292a2d23940 100644 (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))