diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 18:33:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 18:33:45 +0000 |
commit | c83811722baedc936866412237d4948b02232b0a (patch) | |
tree | 2b4db1b9a83bdf7fbf04eb8cf1a51841dbcff845 /target | |
parent | d5d30f0d08473e3a5f30edcdd5fd2b2e32d35a10 (diff) | |
download | master-187ad058-c83811722baedc936866412237d4948b02232b0a.tar.gz master-187ad058-c83811722baedc936866412237d4948b02232b0a.tar.bz2 master-187ad058-c83811722baedc936866412237d4948b02232b0a.zip |
ar71xx: fix typo in r47416
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47417 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch index 772b4eca11..bd41bdf479 100644 --- a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch +++ b/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. |