From 490fd504c63afa1c544aef2465196a549e4b51d6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 7 Mar 2021 14:38:44 +0800 Subject: [PATCH] luci-app-turboacc: enable BBR for kernel 4.9 by default Signed-off-by: Tianling Shen --- package/ctcgfw/luci-app-turboacc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/ctcgfw/luci-app-turboacc/Makefile b/package/ctcgfw/luci-app-turboacc/Makefile index 788f6ec5cd..d060bdd05b 100644 --- a/package/ctcgfw/luci-app-turboacc/Makefile +++ b/package/ctcgfw/luci-app-turboacc/Makefile @@ -33,7 +33,6 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_flow-offload config PACKAGE_$(PKG_NAME)_INCLUDE_bbr-cca bool "Include BBR CCA" - default n if LINUX_4_9 default y config PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder