From patchwork Sun Jun 5 21:55:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 630621 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]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rNBVZ5Sy4z9t4F for ; Mon, 6 Jun 2016 07:56:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 503748DDC2; Sun, 5 Jun 2016 21:56:21 +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 9Z0MrUQ2lceq; Sun, 5 Jun 2016 21:56:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DC5238E271; Sun, 5 Jun 2016 21:56:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B9A761CEC63 for ; Sun, 5 Jun 2016 21:56:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B6A76C0341 for ; Sun, 5 Jun 2016 21:56:08 +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 1TnA53rW_s2L for ; Sun, 5 Jun 2016 21:56:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 37DD1C0339 for ; Sun, 5 Jun 2016 21:56:08 +0000 (UTC) Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout12.t-online.de (Postfix) with SMTP id 9885641F1B59 for ; Sun, 5 Jun 2016 23:56:06 +0200 (CEST) Received: from fli4l.lan.fli4l (rPfFG0ZCohqDO4gcerKgKtNraCmAsUevsWoOca-T9i4edplfYEWuxSMs08ICaUTgC9@[84.178.232.54]) by fwd01.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1b9g1b-15JgJc0; Sun, 5 Jun 2016 23:56:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:35114 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1b9g1a-0003KP-F6; Sun, 05 Jun 2016 23:56:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 5 Jun 2016 23:55:58 +0200 Message-Id: <1465163761-2848-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1465163761-2848-1-git-send-email-bernd.kuhls@t-online.de> References: <1465163761-2848-1-git-send-email-bernd.kuhls@t-online.de> X-ID: rPfFG0ZCohqDO4gcerKgKtNraCmAsUevsWoOca-T9i4edplfYEWuxSMs08ICaUTgC9 X-TOI-MSGID: a12c3d8c-5366-4c20-b49a-a4fc96c90515 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/5] package/rtl8188eu: bump version, add hash 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: Bernd Kuhls --- package/rtl8188eu/rtl8188eu.hash | 2 ++ package/rtl8188eu/rtl8188eu.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/rtl8188eu/rtl8188eu.hash diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash new file mode 100644 index 0000000..6f68f44 --- /dev/null +++ b/package/rtl8188eu/rtl8188eu.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 9f16fab009bd7bc9e377cf7dcdf82be1b60e7f88e27f2833eea5b422d104e3fe rtl8188eu-ced2b64a1139dcaf86947e3a9f7617dffbd64239.tar.gz diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk index d1034c4..5da6bf3 100644 --- a/package/rtl8188eu/rtl8188eu.mk +++ b/package/rtl8188eu/rtl8188eu.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTL8188EU_VERSION = 3091828c8f4b4a01cbec6025128bf77e6e7b9f97 +RTL8188EU_VERSION = ced2b64a1139dcaf86947e3a9f7617dffbd64239 RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION)) RTL8188EU_LICENSE = GPLv2, proprietary (rtl8188eufw.bin firmware blob) RTL8188EU_LICENSE_FILES = COPYING