From 04af05ddf7d7cf3a41c2d5e7159267a6331769bd Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 11 Mar 2024 22:50:58 -0400 Subject: [PATCH] Update customize-image.sh --- userpatches/customize-image.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index 4059854..1e9c688 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -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;