From 2c6c1501af664490ec9b701b46a201e21c670b96 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Mon, 4 May 2020 16:13:13 +0200 Subject: 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 --- package/network/services/uhttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/uhttpd/Makefile') 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 -- cgit v1.2.3