From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 14 Nov 2012 22:33:22 +0100 Subject: [Buildroot] [git commit] ethtool: fix license info variable Message-ID: <20121114214726.9494699C3C@busybox.osuosl.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=4869f2ecabf050a916912a1fe4d63bbe9f1e403f branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/ethtool/ethtool.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk index a336b52..8c5961c 100644 --- a/package/ethtool/ethtool.mk +++ b/package/ethtool/ethtool.mk @@ -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))