openwrt/package
Petr Štetiar 0cf3c5dd72 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>
2020-12-20 10:36:51 +01:00
..
base-files package/base-files: caldata: use dd iflag fullblock 2020-12-11 13:48:24 +01:00
boot uboot-zynq: fix dtc compilation on host gcc 10 2020-12-13 16:12:45 +01:00
devel valgrind: Update to version 3.16.1 2020-11-18 19:01:44 +01:00
firmware wireless-regdb: Update to version 2020.11.20 2020-12-16 22:11:19 +01:00
kernel mt76: Fix compile against glibc 2020-12-19 23:18:38 +01:00
libs toolchain: Deactivate sanitizer on MIPS and ARC 2020-12-19 23:18:38 +01:00
network uhttpd: don't redirect to HTTPS by default 2020-12-20 10:36:51 +01:00
system zram-swap: remove the compression streams settings 2020-12-13 13:55:03 -10:00
utils util-linux: update to 2.36.1 2020-12-16 22:11:19 +01:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00