aboutsummaryrefslogtreecommitdiff
path: root/utils/ap51-flash/Makefile
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2019-09-01 14:16:12 +0200
committerSven Eckelmann <sven@narfation.org>2019-09-01 16:34:23 +0200
commit22062b10c66b287597df5507173743683a85f9db (patch)
tree13ee21d8078b2644fb16925a5fb9618175df8ea5 /utils/ap51-flash/Makefile
parentf564008b9d6b458d2e5291414ef4ac05cc2d4ce2 (diff)
ap51-flash: upgrade package to latest release 2019.0
* improved Zyxel firmware detection * introduced optional MAC address filtering * added support for: - Plasma Cloud PA300 - Plasma Cloud PA1200 - Plasma Cloud PA2200 Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'utils/ap51-flash/Makefile')
-rw-r--r--utils/ap51-flash/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile
index 10ba299aa..f1d77cba6 100644
--- a/utils/ap51-flash/Makefile
+++ b/utils/ap51-flash/Makefile
@@ -7,15 +7,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ap51-flash
-PKG_VERSION:=2018.0
+PKG_VERSION:=2019.0
PKG_RELEASE:=1
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:=e38e48a12d7c7b8e189f5538b78bbf00548044414d9ededa18ec9a5b5886afaa
+PKG_HASH:=e7992b2151721cc6f5db91f443ad7fc83cb5604c08cd11fca3e78ecd6b538e57
PKG_MAINTAINER:=Russell Senior <russell@personaltelco.net>
-PKG_LICENSE:=GPL-3.0+
-PKG_LICENSE_FILES:=LICENSES/preferred/GPL-3.0
+PKG_LICENSE:=GPL-3.0+ CC0-1.0
+PKG_LICENSE_FILES:=LICENSES/GPL-3.0-or-later.txt LICENSES/CC0-1.0.txt
include $(INCLUDE_DIR)/package.mk