diff options
author | Martin Schiller <ms@dev.tdt.de> | 2020-05-04 16:13:13 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-06-20 13:50:36 -1000 |
commit | 2c6c1501af664490ec9b701b46a201e21c670b96 (patch) | |
tree | cdc237e502406eb7757872104cae071b1c8d9f17 /package/network/services/uhttpd/Makefile | |
parent | e4723755f237a0e5fab132ab870d00ea82e7fb82 (diff) | |
download | upstream-2c6c1501af664490ec9b701b46a201e21c670b96.tar.gz upstream-2c6c1501af664490ec9b701b46a201e21c670b96.tar.bz2 upstream-2c6c1501af664490ec9b701b46a201e21c670b96.zip |
uhttpd: make organization (O=) of the cert configurable via uci
Make the organization (O=) of the cert configurable via uci. If not
configured, use a combination of "OpenWrt" and an unique id like it was
done before.
Signed-off-by: Martin Schiller <ms@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 8f58271127..781512bd99 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 |