From d6425504310280a4cfc4f34977fb6638c1ff557b Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 24 Dec 2020 09:35:39 +0800 Subject: kernel: remove target specific setting of CONFIG_TCP_CONG_ADVANCED The option was introduced in upstream linux commit a6484045 ("[TCP]: Do not present confusing congestion control options by default."). The option is set to y in generic config and to the moment does not incur additional size increment. Make it y for all so that packages such as kmod-tcp-bbr do not have to set it on every occasion Signed-off-by: Yousong Zhou --- target/linux/layerscape/armv8_64b/config-5.4 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/layerscape/armv8_64b/config-5.4') diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4 index dd9abca986..cd8ea82e52 100644 --- a/target/linux/layerscape/armv8_64b/config-5.4 +++ b/target/linux/layerscape/armv8_64b/config-5.4 @@ -894,7 +894,6 @@ CONFIG_TASKS_RCU=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_TASK_XACCT=y -# CONFIG_TCP_CONG_ADVANCED is not set CONFIG_THERMAL=y CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 -- cgit v1.2.3