Browse Source

kmod-tcp-bbr: use AutoProbe

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou 5 years ago
parent
commit
d45b50389d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/netsupport.mk

+ 1 - 1
package/kernel/linux/modules/netsupport.mk

@@ -928,7 +928,7 @@ define KernelPackage/tcp-bbr
   TITLE:=BBR TCP congestion control
   TITLE:=BBR TCP congestion control
   KCONFIG:=CONFIG_TCP_CONG_BBR
   KCONFIG:=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 AutoProbe,tcp_bbr)
 endef
 endef
 
 
 define KernelPackage/tcp-bbr/description
 define KernelPackage/tcp-bbr/description