aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2020-12-24 09:41:56 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2020-12-26 10:08:08 +0800
commit72447181bce88e5a22509b96bf49b6f68859402a (patch)
treef504555edbf9b551507594ae7160fa4011ee8290 /package/kernel/linux
parentd6425504310280a4cfc4f34977fb6638c1ff557b (diff)
downloadupstream-72447181bce88e5a22509b96bf49b6f68859402a.tar.gz
upstream-72447181bce88e5a22509b96bf49b6f68859402a.tar.bz2
upstream-72447181bce88e5a22509b96bf49b6f68859402a.zip
kmod-tcp-bbr: leave CONFIG_TCP_CONG_ADVANCED to target config
Since generic has the option set to y and other targets now inherit that choice, there is no behaviour change Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/netsupport.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 0c68b394d1..958b510015 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -926,9 +926,7 @@ $(eval $(call KernelPackage,sched))
define KernelPackage/tcp-bbr
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=BBR TCP congestion control
- KCONFIG:= \
- CONFIG_TCP_CONG_ADVANCED=y \
- CONFIG_TCP_CONG_BBR
+ KCONFIG:=CONFIG_TCP_CONG_BBR
FILES:=$(LINUX_DIR)/net/ipv4/tcp_bbr.ko
AUTOLOAD:=$(call AutoLoad,74,tcp_bbr)
endef