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>
This commit is contained in:
		@@ -926,9 +926,7 @@ $(eval $(call KernelPackage,sched))
 | 
				
			|||||||
define KernelPackage/tcp-bbr
 | 
					define KernelPackage/tcp-bbr
 | 
				
			||||||
  SUBMENU:=$(NETWORK_SUPPORT_MENU)
 | 
					  SUBMENU:=$(NETWORK_SUPPORT_MENU)
 | 
				
			||||||
  TITLE:=BBR TCP congestion control
 | 
					  TITLE:=BBR TCP congestion control
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:=CONFIG_TCP_CONG_BBR
 | 
				
			||||||
	CONFIG_TCP_CONG_ADVANCED=y \
 | 
					 | 
				
			||||||
	CONFIG_TCP_CONG_BBR
 | 
					 | 
				
			||||||
  FILES:=$(LINUX_DIR)/net/ipv4/tcp_bbr.ko
 | 
					  FILES:=$(LINUX_DIR)/net/ipv4/tcp_bbr.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoLoad,74,tcp_bbr)
 | 
					  AUTOLOAD:=$(call AutoLoad,74,tcp_bbr)
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user