Skip to content

Commit

Permalink
Merge branch 'master' into mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Aug 14, 2020
2 parents b2fb39a + b93cd5b commit 89f02ff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Changelog-NG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Asuswrt-Merlin 384/NG Changelog
===============================

384.19 (xx-xxx-2020)
384.19 (14-Aug-2020)
- NOTE: Due to flash partitioning changes done by Asus, it is
strongly recommended to make a backup of your JFFS
partition before upgrading the RT-AC86U, and restoring
that backup afterward.
that backup afterward. If you run into issues,
reformat your JFFS partition and reboot.
- NOTE: The RT-AX56U build is not available for this release.

- NEW: Added support for static routes for PPTP/L2TP VPN
Expand Down
2 changes: 1 addition & 1 deletion release/src-rt/version.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL_VER=3.0
FS_VER=0.4
SERIALNO=384.19
EXTENDNO=beta2
EXTENDNO=0
RCNO=0
2 changes: 0 additions & 2 deletions release/src/router/others/vpnrouting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ Set_VPN_NVRAM_Vars() {
}

# Begin
logger -st "($(basename "$0"))" $$ "Starting routing policy configuration for client $VPN_UNIT"

case "$dev" in
tun11 | tun12 | tun13 | tun14 | tun15) Set_VPN_NVRAM_Vars ;;
*) run_custom_script && exit 0 ;;
Expand Down
8 changes: 4 additions & 4 deletions release/src/router/www/Advanced_VPN_OpenVPN.asp
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ function initial(){
document.form.vpn_server_cust22.value;
}
// Models with encrypted passwords
if (based_modelid == "RT-AX88U") {
showhide("show_pass_div", 0);
// Models without encrypted passwords
if (based_modelid == "RT-AC68U") {
showhide("show_pass_div", 1);
}
document.getElementById("vpn_server_custom_x").value = Base64.decode(cust2);
Expand Down Expand Up @@ -1469,7 +1469,7 @@ function callback_upload_cert(_flag) {
<ol>
</div>

<div style="color:#FFCC00;" id="show_pass_div"><input type="checkbox" name="show_pass" id="show_pass" onclick="showopenvpnd_clientlist();update_vpn_client_state();openvpnd_connected_status();">Show passwords</div>
<div style="color:#FFCC00;display:none;" id="show_pass_div"><input type="checkbox" name="show_pass" id="show_pass" onclick="showopenvpnd_clientlist();update_vpn_client_state();openvpnd_connected_status();">Show passwords</div>

<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" class="FormTable_table" style="margin-top:8px;">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion release/src/router/www/Tools_Sysinfo.asp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ function update_sysinfo(e){
<td id="wlc_24_td"></td>
</tr>
<tr id="wifi5_clients_tr" style="display:none;">
<th id="wifi51_clients_th">Wireless clients (5 GHz)</th>
<th id="wifi51_clients_th">Wireless Clients (5 GHz)</th>
<td id="wlc_51_td"></td>
</tr>
<tr id="wifi5_2_clients_tr" style="display:none;">
Expand Down

0 comments on commit 89f02ff

Please sign in to comment.