openwrt/package
Petr Štetiar 74e4377a48 uhttpd: don't redirect to HTTPS by default
So we can ship px5g-wolfssl by default in the release image, but still
make the HTTPS for LuCI optional. This small change with addition of
`CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the
next release should provide optional HTTPS in the next release.

Disabling the current default automatic uhttpd's redirect to HTTPS
should make the HTTPS optional. That's it, user would either need to
switch to HTTPS by manually switching to https:// protocol in the URL or
by issuing the following commands to make the HTTPS automatic redirect
permanent:

 $ uci set uhttpd.main.redirect_https=1
 $ uci commit uhttpd
 $ service uhttpd reload

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:22 +00:00
..
base-files package/base-files: caldata: use dd iflag fullblock 2021-09-01 08:07:20 +00:00
boot uboot-zynq: fix dtc compilation on host gcc 10 2021-09-01 08:07:21 +00:00
devel valgrind: Update to version 3.16.1 2021-09-01 08:07:12 +00:00
firmware wireless-regdb: Update to version 2020.11.20 2021-09-01 08:07:21 +00:00
kernel mt76: Fix compile against glibc 2021-09-01 08:07:22 +00:00
libs toolchain: Deactivate sanitizer on MIPS and ARC 2021-09-01 08:07:22 +00:00
network uhttpd: don't redirect to HTTPS by default 2021-09-01 08:07:22 +00:00
system zram-swap: remove the compression streams settings 2021-09-01 08:07:21 +00:00
utils util-linux: update to 2.36.1 2021-09-01 08:07:21 +00:00
Makefile build: always build package/kernel/linux 2021-09-01 08:07:05 +00:00