aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.4
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-03-12 13:05:26 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-03-12 15:46:02 +0100
commit31c64521070bb07e456edf47e36e3fdd80f95cd2 (patch)
tree29d4eaa104a94f6752aa527112328633939a3ffe /target/linux/ar71xx/patches-4.4
parent9a065fcfecbf344812a92dbd9b28298da7ef2b74 (diff)
downloadupstream-31c64521070bb07e456edf47e36e3fdd80f95cd2.tar.gz
upstream-31c64521070bb07e456edf47e36e3fdd80f95cd2.tar.bz2
upstream-31c64521070bb07e456edf47e36e3fdd80f95cd2.zip
kernel: update kernel 4.4 to 4.4.53
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx/patches-4.4')
-rw-r--r--target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
index 1e68cf72f5..9e6a039316 100644
--- a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
+++ b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch
@@ -42,7 +42,7 @@
} while (word != stop);
return csum_fold(csum);
-@@ -212,73 +216,6 @@ static inline __sum16 ip_compute_csum(co
+@@ -214,73 +218,6 @@ static inline __sum16 ip_compute_csum(co
return csum_fold(csum_partial(buff, len, 0));
}