diff options
| author | Jo-Philipp Wich | 2019-12-22 22:03:59 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2019-12-22 22:03:59 +0000 |
| commit | 97af1fc979d0683649c6bea8a9245a6a9fa5413a (patch) | |
| tree | 0c446280c0672378db239cad1660bd76011de761 | |
| parent | f34f9a414dd32311bda950776eb77e63c0c772cb (diff) | |
| download | openwrt-97af1fc979d0683649c6bea8a9245a6a9fa5413a.tar.gz | |
uhttpd: reset PKG_RELEASE
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -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 |