Author: nbd Date: 2015-11-07 19:33:45 +0100 (Sat, 07 Nov 2015) New Revision: 47417
Modified: trunk/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch Log: ar71xx: fix typo in r47416 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch =================================================================== --- trunk/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch 2015-11-07 16:22:38 UTC (rev 47416) +++ trunk/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch 2015-11-07 18:33:45 UTC (rev 47417) @@ -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. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
