From 9af41ecd9184d8ab05259f09db0d05ec91a3743b Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 16 Mar 2022 14:39:20 +0100 Subject: [PATCH] ap51-flash: update to version 2022.0 * Improve listing of ethernet devices under Linux * Add support for modern Npcap DLLs * Fix embedding of images with modern GCC versions * coding style cleanups and refactoring * added support for: - Datto AP440 - Datto AP840 - Datto AP840E - Datto TW420 - Plasma Cloud PAX1800 Signed-off-by: Sven Eckelmann --- utils/ap51-flash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index 464a8b79d..26eb1f0f1 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ap51-flash -PKG_VERSION:=2019.0.1 +PKG_VERSION:=2022.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/ap51-flash/ap51-flash/releases/download/v$(PKG_VERSION) -PKG_HASH:=7146a22576a23bfe36673980bc3795a97417692eaddb2f90b527074a7d7e42d5 +PKG_HASH:=54999e07906296f213b298a2a80ba5df59273da30ecba1b82f94d0edf1d5d7f8 PKG_MAINTAINER:=Russell Senior PKG_LICENSE:=GPL-3.0-or-later CC0-1.0