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 Mar 12, 2024
1 parent e4bc88b commit 04af05d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions userpatches/customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ 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=2500000
sysctl -w net.core.rmem_max=2500000

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

fxBloxCustomScriptService;

InstallpythonPackages;
Expand Down

0 comments on commit 04af05d

Please sign in to comment.