From 8b494d9ec0c5b0b7a91b798a0b47a86dd7b19a3e Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 28 Jan 2025 17:53:09 -0300 Subject: [PATCH] coova-chilli: enable SSL by default Without HTTPS, browsers display security warnings, discouraging users and making the package impractical in modern environments. Updating this default setting will make the package published in the official OpenWrt feeds usable out of the box, lowering the barrier to entry for users exploring coova-chilli's hotspot features. Signed-off-by: Federico Capoano --- net/coova-chilli/Config.in | 2 +- net/coova-chilli/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/coova-chilli/Config.in b/net/coova-chilli/Config.in index b20788eef0dee..dbca19efe6d11 100644 --- a/net/coova-chilli/Config.in +++ b/net/coova-chilli/Config.in @@ -32,7 +32,7 @@ config COOVACHILLI_JSONINTERFACE choice prompt "SSL library" - default COOVACHILLI_NOSSL + default COOVACHILLI_WOLFSSL config COOVACHILLI_NOSSL bool "No SSL support" diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index b1a8f38d2f14c..950dd7db9e005 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coova-chilli PKG_VERSION:=1.6 -PKG_RELEASE:=12 +PKG_RELEASE:=13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)?