diff options
author | John Crispin <john@openwrt.org> | 2015-09-16 08:33:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-16 08:33:25 +0000 |
commit | 94295b80ffb0e5e6c188cedd3133de2606a8c9ec (patch) | |
tree | 80b353e38f47a0585d04694f07901bebb980c5f0 /target | |
parent | 74bbc08651243ffb3413187ea57d34aabfc70bae (diff) | |
download | upstream-94295b80ffb0e5e6c188cedd3133de2606a8c9ec.tar.gz upstream-94295b80ffb0e5e6c188cedd3133de2606a8c9ec.tar.bz2 upstream-94295b80ffb0e5e6c188cedd3133de2606a8c9ec.zip |
kernel 3.18/kernel 4.0/kernel 4.1: add missing symbol
deactivate NET_SCTPPROBE just like NET_TCPPROBE
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 46974
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 6e5ad7fae5..dfb4d50c8c 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2486,6 +2486,7 @@ CONFIG_NET_SCH_FQ_CODEL=y # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCTPPROBE is not set # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_TEAM is not set # CONFIG_NET_TULIP is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index b52408a5fe..0c630eab61 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -2527,6 +2527,7 @@ CONFIG_NET_SCH_FQ_CODEL=y # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCTPPROBE is not set # CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_TEAM is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 630b49d411..3751022a63 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -2578,6 +2578,7 @@ CONFIG_NET_SCH_FQ_CODEL=y # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCTPPROBE is not set # CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_TEAM is not set |