[openwrt/openwrt] kmod-tcp-bbr: use AutoProbe
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 25 21:42:07 EST 2020
yousong pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d45b50389deccbeaf262af0a115a4b0a25255ecc
commit d45b50389deccbeaf262af0a115a4b0a25255ecc
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Thu Dec 24 11:28:20 2020 +0800
kmod-tcp-bbr: use AutoProbe
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
package/kernel/linux/modules/netsupport.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list