From patchwork Tue May 25 19:34:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4373 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FqPRC64Phz3wbs for ; Tue, 25 May 2021 19:34:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FqPRC2mcYzs9; Tue, 25 May 2021 19:34:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FqPRC2Pgbz2xfn; Tue, 25 May 2021 19:34:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FqPRB1x4kz2xRb for ; Tue, 25 May 2021 19:34:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FqPR947ZWzYh; Tue, 25 May 2021 19:34:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621971269; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=q5JRw0gejK9cO9mF6yKwzpkGy2vNWoNouKjorz5jiQ0=; b=Rxs8UkOEkjIiwT5XIY/sLCG3pOeCuWo5PPVlmkQdYM91XyPz6o6JwUZiHUO/lU3t96Z/mH +RzMFxhHT01OgDBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621971269; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=q5JRw0gejK9cO9mF6yKwzpkGy2vNWoNouKjorz5jiQ0=; b=RUUpvhtdL0eAT5aZQlHsw6UG1zG6QPd3pmvab6B8nOmAVyJp4g4oHb16VKyAmDg7GjEnGo 6iZkWePAYs+FYrACjgtxUehY+sYkCn+tF5lBTX5zvW+ADgbWJH7TxSMAnGxxlFOPANLfyy v6rwiCBy096EsoRircaEHrxur7Lf6Lpt50LD+tCSpMUrISiBN2/vcNCQ+2v9gU73oqEBeb Pcyddcp5xI04L5UWtmKbo9tnazf0E/fBop2VfYewwj8A9Umbd4iU2KwjWC9WhS90yZuybc 3J9HGGo/PadrJEJ6lr+JXeWkZYtG/JVacLRT8PRdSbfhcRpKqLCLG/Y4/kkGWQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zd1211-firmware: Update to 1.5 Date: Tue, 25 May 2021 21:34:22 +0200 Message-Id: <20210525193422.3588793-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.4 (2007) to 1.5 (2014) - Update of rootfile not required - Changelog Sync to vendor driver v3.0.0.56 Header files taken from LinuxUSB_AR2524-3.0.0.56.tgz Signed-off-by: Adolf Belka --- lfs/zd1211-firmware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/zd1211-firmware b/lfs/zd1211-firmware index e19f1cbb5..0cf2c10a4 100644 --- a/lfs/zd1211-firmware +++ b/lfs/zd1211-firmware @@ -24,7 +24,7 @@ include Config -VER = 1.4 +VER = 1.5 THISAPP = zd1211-firmware-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 19f28781d76569af8551c9d11294c870 +$(DL_FILE)_MD5 = 3c182ceb9b2fc1d8442cd81c1280d83f install : $(TARGET)