From patchwork Mon Dec 14 13:11:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 556479 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 88ABB1402A1 for ; Tue, 15 Dec 2015 00:14:42 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=DVXZrqup; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D1C0E91525; Mon, 14 Dec 2015 13:14:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O8LFCNq45-cg; Mon, 14 Dec 2015 13:14:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C8E5391618; Mon, 14 Dec 2015 13:14:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DC77B1C1039 for ; Mon, 14 Dec 2015 13:14:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D280894B2F for ; Mon, 14 Dec 2015 13:14:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 378Hjf+H+tKg for ; Mon, 14 Dec 2015 13:14:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by hemlock.osuosl.org (Postfix) with ESMTPS id 0320B94A9E for ; Mon, 14 Dec 2015 13:14:37 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBEDEUxL012440 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 13:14:32 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1450098874; bh=wzPfbFBOOLQ1BDB9ocD/plZQ4EAPyOXqpcMIV0mvqNQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=DVXZrqupBJAz2vsmHGL+758sn/xhsJ8HEaqZBaogVwBiWi+2Pku6SW0qccKjpngog wAxsEe6PC1dayUOLw2VdyKVp6BmbvizF3l1K/bRzkyQXd9vrOxWgOFtR2BGuIvyv6h CLkkDueE+LyJJUMDeZHec9SDcib+/n1/WT6lc+qs= Received: by asgard (sSMTP sendmail emulation); Mon, 14 Dec 2015 10:14:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 14 Dec 2015 10:11:11 -0300 Message-Id: <1450098684-17399-33-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> References: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 32/45] olsr: comma separate licenses X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/olsr/olsr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/olsr/olsr.mk b/package/olsr/olsr.mk index a96c898..60c8098 100644 --- a/package/olsr/olsr.mk +++ b/package/olsr/olsr.mk @@ -12,7 +12,7 @@ OLSR_PLUGINS = arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo \ mdns nameservice p2pd pgraph secure txtinfo watchdog # Doesn't really need quagga but not very useful without it OLSR_PLUGINS += $(if $(BR2_PACKAGE_QUAGGA),quagga) -OLSR_LICENSE = BSD-3c LGPLv2.1+ +OLSR_LICENSE = BSD-3c, LGPLv2.1+ OLSR_LICENSE_FILES = license.txt lib/pud/nmealib/LICENSE OLSR_DEPENDENCIES = host-flex host-bison