Skip to content

Commit

Permalink
Merge tag '386.14-beta1' into master-386_x
Browse files Browse the repository at this point in the history
386.14-beta1
  • Loading branch information
gnuton committed Jul 1, 2024
2 parents 4d89e61 + bc81bcc commit ff6a1b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog-386.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Asuswrt-Merlin Changelog
========================

386.14 (xx-xxx-xxxx)
- NOTE: Reminder that all models on the 386.xx series will
stop being supported by Asuswrt-Merlin at the end
of 2024.

- UPDATED: Merged with GPL 386_52805.
- UPDATED: wget to 1.24.5.

Expand Down
2 changes: 1 addition & 1 deletion release/src-rt/version.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KERNEL_VER=3.0
FS_VER=0.4
SERIALNO=386.14
EXTENDNO=alpha2
EXTENDNO=beta1
ifeq ($(ROG_UI),y)
EXTENDNO:=$(EXTENDNO)_rog
endif
Expand Down
1 change: 1 addition & 0 deletions release/src/router/httpd/web.c
Original file line number Diff line number Diff line change
Expand Up @@ -30775,6 +30775,7 @@ ej_httpd_cert_info(int eid, webs_t wp, int argc, char **argv)
if (le_enable == 1) {
/* Let's encrypt */
get_path_le_domain_cert(cert_path, sizeof(cert_path));
CA_cert_path = NULL;
} else if (le_enable == 2) {
/* uploaded cert. */
if (f_exists(UPLOAD_CACERT) && f_exists(UPLOAD_CAKEY)) {
Expand Down

0 comments on commit ff6a1b3

Please sign in to comment.