diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-09-30 14:12:34 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-09-30 20:08:21 +0200 |
commit | 7d559169c527424c4743d82cd6edc926ef2fcde9 (patch) | |
tree | 2877027523a5646154060ddeb8b46a272847c2e6 /target/linux/generic/patches-4.4/902-debloat_proc.patch | |
parent | 949cfbb24374be151e2c01db09dd98bc8537a989 (diff) | |
download | upstream-7d559169c527424c4743d82cd6edc926ef2fcde9.tar.gz upstream-7d559169c527424c4743d82cd6edc926ef2fcde9.tar.bz2 upstream-7d559169c527424c4743d82cd6edc926ef2fcde9.zip |
kernel: update to v4.4.23
Refresh patches for all targets that support kernel 4.4.
compile/run-tested on brcm2708/bcm2710 only.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/902-debloat_proc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/902-debloat_proc.patch b/target/linux/generic/patches-4.4/902-debloat_proc.patch index 04a7b638c1..45dc20bcd2 100644 --- a/target/linux/generic/patches-4.4/902-debloat_proc.patch +++ b/target/linux/generic/patches-4.4/902-debloat_proc.patch @@ -184,7 +184,7 @@ --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2646,10 +2646,12 @@ static const struct file_operations fib_ +@@ -2642,10 +2642,12 @@ static const struct file_operations fib_ int __net_init fib_proc_init(struct net *net) { @@ -199,7 +199,7 @@ &fib_triestat_fops)) goto out2; -@@ -2659,17 +2661,21 @@ int __net_init fib_proc_init(struct net +@@ -2655,17 +2657,21 @@ int __net_init fib_proc_init(struct net return 0; out3: |