Skip to content

Commit

Permalink
coova-chilli: enable SSL by default
Browse files Browse the repository at this point in the history
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 <f.capoano@openwisp.io>
  • Loading branch information
nemesifier committed Jan 29, 2025
1 parent f9effa4 commit 8b494d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/coova-chilli/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config COOVACHILLI_JSONINTERFACE

choice
prompt "SSL library"
default COOVACHILLI_NOSSL
default COOVACHILLI_WOLFSSL

config COOVACHILLI_NOSSL
bool "No SSL support"
Expand Down
2 changes: 1 addition & 1 deletion net/coova-chilli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand Down

0 comments on commit 8b494d9

Please sign in to comment.