diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-11-07 11:40:31 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-01-15 20:16:42 +0100 |
commit | ee2014e68019c4150b9dda0cf9f140cdf6faada9 (patch) | |
tree | 0c9d12d0b4a5392582553ab7715c0d796d3605f2 /package/network/services/uhttpd/Makefile | |
parent | 0fcb4a39813c153669cb5fee552e74ffb24ed42e (diff) | |
download | upstream-ee2014e68019c4150b9dda0cf9f140cdf6faada9.tar.gz upstream-ee2014e68019c4150b9dda0cf9f140cdf6faada9.tar.bz2 upstream-ee2014e68019c4150b9dda0cf9f140cdf6faada9.zip |
uhttpd: add enable instance option
With this change it is now possible to switch off single instances of
the uhttpd config. Until now it was only possible to switch all
instances of uhttpd on or off.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-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 36dbe636ae..daa5667854 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:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git |