diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-22 23:03:59 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-12-22 23:04:37 +0100 |
commit | 18107f44817c15ca419088a44894f64a538e516c (patch) | |
tree | 788926f184eb8d0e6b78f1e2ac2f632af1db7475 /package/network | |
parent | 414ea309271ecab358aa67a699dd2292d474d9c5 (diff) | |
download | upstream-18107f44817c15ca419088a44894f64a538e516c.tar.gz upstream-18107f44817c15ca419088a44894f64a538e516c.tar.bz2 upstream-18107f44817c15ca419088a44894f64a538e516c.zip |
uhttpd: reset PKG_RELEASE
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 97af1fc979d0683649c6bea8a9245a6a9fa5413a)
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |