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;