diff options
author | John Crispin <blogic@openwrt.org> | 2015-09-16 08:33:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-09-16 08:33:25 +0000 |
commit | 3d9bd69700a9e6278bd0a6ab0e4d669c05fa045a (patch) | |
tree | bf7638082479f0d7b645bd42da8e150a27c352e9 | |
parent | 15fa4d1fcfd456d011dd6828c07421ea83f27205 (diff) | |
download | master-187ad058-3d9bd69700a9e6278bd0a6ab0e4d669c05fa045a.tar.gz master-187ad058-3d9bd69700a9e6278bd0a6ab0e4d669c05fa045a.tar.bz2 master-187ad058-3d9bd69700a9e6278bd0a6ab0e4d669c05fa045a.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46974 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |