From: Yousong Zhou Date: Thu, 24 Dec 2020 03:28:20 +0000 (+0800) Subject: kmod-tcp-bbr: use AutoProbe X-Git-Tag: v21.02.0-rc1~694 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d45b50389deccbeaf262af0a115a4b0a25255ecc;p=openwrt%2Fstaging%2Fchunkeey.git kmod-tcp-bbr: use AutoProbe Signed-off-by: Yousong Zhou --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 958b510015..d287e46270 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -928,7 +928,7 @@ define KernelPackage/tcp-bbr TITLE:=BBR TCP congestion control KCONFIG:=CONFIG_TCP_CONG_BBR FILES:=$(LINUX_DIR)/net/ipv4/tcp_bbr.ko - AUTOLOAD:=$(call AutoLoad,74,tcp_bbr) + AUTOLOAD:=$(call AutoProbe,tcp_bbr) endef define KernelPackage/tcp-bbr/description