diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 15:59:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-02 15:59:57 +0000 |
commit | 13cd8ba334e14fb6681943199d81940edd3c1742 (patch) | |
tree | 128cc9faa7969773b1e9ca1a8a37e205bb425842 /target/linux/generic/patches-3.9 | |
parent | 1780aae0a88de1b039db06b0b27b566a9813f76e (diff) | |
download | upstream-13cd8ba334e14fb6681943199d81940edd3c1742.tar.gz upstream-13cd8ba334e14fb6681943199d81940edd3c1742.tar.bz2 upstream-13cd8ba334e14fb6681943199d81940edd3c1742.zip |
kernel: do not strip /proc/net/ip_mr_* in the /proc debloat patch, it is used by iproute2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.9')
-rw-r--r-- | target/linux/generic/patches-3.9/902-debloat_proc.patch | 13 |
1 files changed, 0 insertions, 13 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 318db6370d..de5b1c6fb8 100644 --- a/target/linux/generic/patches-3.9/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.9/902-debloat_proc.patch @@ -225,19 +225,6 @@ remove_proc_entry("route", net->proc_net); } ---- a/net/ipv4/ipmr.c -+++ b/net/ipv4/ipmr.c -@@ -71,6 +71,10 @@ - #define CONFIG_IP_PIMSM 1 - #endif - -+#ifdef CONFIG_PROC_STRIPPED -+#undef CONFIG_PROC_FS -+#endif -+ - struct mr_table { - struct list_head list; - #ifdef CONFIG_NET_NS --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c @@ -503,6 +503,9 @@ static __net_initdata struct pernet_oper |