aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-02-22 16:17:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-02-22 16:17:27 +0000
commit0d2744a731438afc4f23fd5082d9eb2bd2da0d60 (patch)
treef8edaa26dee87d8cfcd480ec89ab648d7a1c5ea3 /target
parent436f87b02911529846347178dccef21fda28c005 (diff)
downloadupstream-0d2744a731438afc4f23fd5082d9eb2bd2da0d60.tar.gz
upstream-0d2744a731438afc4f23fd5082d9eb2bd2da0d60.tar.bz2
upstream-0d2744a731438afc4f23fd5082d9eb2bd2da0d60.zip
ar71xx: refresh unaligned access hacks patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
index 20f5f1c0e2..f6286a1cbc 100644
--- a/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
+++ b/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
@@ -557,7 +557,7 @@
#define IGMP_HOST_MEMBERSHIP_REPORT 0x12 /* Ditto */
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
-@@ -152,7 +152,7 @@ ipv6:
+@@ -157,7 +157,7 @@ ipv6:
ports = skb_header_pointer(skb, nhoff + poff,
sizeof(_ports), &_ports);
if (ports)