Skip to content

Commit

Permalink
Update diff.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony91590 authored May 11, 2024
1 parent fd0a837 commit 7c728a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/diff.patch
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Subject: Add TX power in dBm options in web interface
txpower=`expr $max_power - 1`
elif [ "$txpwr" = "min" ]; then
txpower=`expr $max_power - 3`
@@ -3866,7 +3838,7 @@ config wifi-iface
EOF
if [ $devidx = 0 ]; then
cat <<EOF
- option channel_block_list '52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,144,165'
+ option channel_block_list '52,56,60,64'
option miwifi_mesh '1'
EOF
fi
--- a/usr/lib/lua/luci/view/web/apsetting/wifi.htm
+++ b/usr/lib/lua/luci/view/web/apsetting/wifi.htm
@@ -174,6 +174,36 @@
Expand Down

0 comments on commit 7c728a8

Please sign in to comment.