From patchwork Sat Aug 11 20:12:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 176731 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DD8332C0088 for ; Sun, 12 Aug 2012 06:13:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6F2D410B8DD; Sat, 11 Aug 2012 20:13:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ftVX8uIYarIt; Sat, 11 Aug 2012 20:13:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 97CBE10BB47; Sat, 11 Aug 2012 20:12:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B6EA18F753 for ; Sat, 11 Aug 2012 20:12:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B2B1925795 for ; Sat, 11 Aug 2012 20:12:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8kMiHxfTDkhM for ; Sat, 11 Aug 2012 20:12:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qmta03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by silver.osuosl.org (Postfix) with ESMTP id 2B57225798 for ; Sat, 11 Aug 2012 20:12:55 +0000 (UTC) Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta03.westchester.pa.mail.comcast.net with comcast id lY3H1j00G0mv7h053YCyfV; Sat, 11 Aug 2012 20:12:58 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta11.westchester.pa.mail.comcast.net with comcast id lYCr1j00Q0s1VyU3XYCrAb; Sat, 11 Aug 2012 20:12:51 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Sat, 11 Aug 2012 16:12:52 -0400 Message-Id: <1344715972-9800-1-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 13/17] mtd: add license info X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Danomi Manchego --- package/mtd/mtd.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk index 9b60ac8..7e3a9b8 100644 --- a/package/mtd/mtd.mk +++ b/package/mtd/mtd.mk @@ -6,6 +6,9 @@ MTD_VERSION = 1.5.0 MTD_SOURCE = mtd-utils-$(MTD_VERSION).tar.bz2 MTD_SITE = ftp://ftp.infradead.org/pub/mtd-utils +MTD_LICENSE = GPLv2 +MTD_LICENSE_FILES = COPYING + ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y) MTD_DEPENDENCIES = zlib lzo endif