aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch b/target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch
new file mode 100644
index 0000000000..15d425e86b
--- /dev/null
+++ b/target/linux/brcm2708/patches-4.14/950-0309-Enable-bbr-module-for-arm64.patch
@@ -0,0 +1,21 @@
+From 82aed6698be8777c6bbd7d87ad2971c6c6146caa Mon Sep 17 00:00:00 2001
+From: xunzhaocnm <39618369+xunzhaocnm@users.noreply.github.com>
+Date: Thu, 31 May 2018 16:25:09 +0800
+Subject: [PATCH 309/454] Enable bbr module for arm64
+
+---
+ arch/arm64/configs/bcmrpi3_defconfig | 3 +++
+ 1 file changed, 3 insertions(+)
+
+--- a/arch/arm64/configs/bcmrpi3_defconfig
++++ b/arch/arm64/configs/bcmrpi3_defconfig
+@@ -308,6 +308,9 @@ CONFIG_NET_SCH_CODEL=m
+ CONFIG_NET_SCH_FQ_CODEL=m
+ CONFIG_NET_SCH_INGRESS=m
+ CONFIG_NET_SCH_PLUG=m
++CONFIG_NET_SCH_FQ=m
++CONFIG_TCP_CONG_ADVANCED=y
++CONFIG_TCP_CONG_BBR=m
+ CONFIG_NET_CLS_BASIC=m
+ CONFIG_NET_CLS_TCINDEX=m
+ CONFIG_NET_CLS_ROUTE4=m