Skip to content

Commit

Permalink
Update customize-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Feb 24, 2024
1 parent 6ea226b commit ae8d922
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions userpatches/customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ fxBloxCustomScript()
ln -s /lib/firmware/rtl8852bu_config /lib/firmware/rtl_bt/rtl8852bu_config.bin
ln -s /lib/firmware/rtl8852bu_fw /lib/firmware/rtl_bt/rtl8852bu_fw.bin

# Increase UDP buffer size
sysctl -w net.core.rmem_default=2097152
sysctl -w net.core.rmem_max=2097152

# Optionally, you might want to increase the send buffer size as well
sysctl -w net.core.wmem_default=2097152
sysctl -w net.core.wmem_max=2097152

fxBloxCustomScriptService;

InstallpythonPackages;
Expand Down

0 comments on commit ae8d922

Please sign in to comment.