From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============1197826935841823045==" List-Id: --===============1197826935841823045== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - 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) -- 2.31.1 --===============1197826935841823045==--