ar71xx: fix typo in r47416

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47417
master
Felix Fietkau 9 years ago
parent 9dd5c79c47
commit 0a96564f9b
  1. 2
      target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch

@ -898,7 +898,7 @@
/* Inverse flags */
__u16 invflags;
-};
+} __attribute__((aligned(4));
+} __attribute__((aligned(4)));
/* Values for "flag" field in struct arpt_ip (general arp structure).
* No flags defined yet.

Loading…
Cancel
Save