diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-10 13:45:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-10 13:45:12 +0000 |
commit | e812a241952fdf6c3f03c4b0eb0aeaf0c43cffdd (patch) | |
tree | 18fc76e921d24f41c08ea95919206cdb48109e45 /target/linux/generic/patches-3.9/902-debloat_proc.patch | |
parent | c3395a56322867944672bfee55762d3d3d063cf3 (diff) |
kernel: keep the igmp proc support even with PROC_STRIPPED, some tools still use it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.9/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/patches-3.9/902-debloat_proc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.9/902-debloat_proc.patch b/target/linux/generic/patches-3.9/902-debloat_proc.patch index 3d291f0a31..48ad12cd93 100644 --- a/target/linux/generic/patches-3.9/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.9/902-debloat_proc.patch @@ -225,17 +225,6 @@ remove_proc_entry("route", net->proc_net); } ---- a/net/ipv4/igmp.c -+++ b/net/ipv4/igmp.c -@@ -2674,6 +2674,8 @@ static struct pernet_operations igmp_net - - int __init igmp_mc_proc_init(void) - { -+ if (IS_ENABLED(CONFIG_PROC_STRIPPED)) -+ return 0; - return register_pernet_subsys(&igmp_net_ops); - } - #endif --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -71,6 +71,10 @@ |