From 18107f44817c15ca419088a44894f64a538e516c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 22 Dec 2019 23:03:59 +0100 Subject: [PATCH] uhttpd: reset PKG_RELEASE Signed-off-by: Jo-Philipp Wich (cherry picked from commit 97af1fc979d0683649c6bea8a9245a6a9fa5413a) --- package/network/services/uhttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index d9cc367d47..e1418d64c4 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=4 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git