You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ar71xx
Jo-Philipp Wich 19850b639e ar71xx: fix packed-not-aligned error with GCC 8.
Building ar71xx currently fails with:

    In file included from ./include/linux/ipv6.h:5,
                     from ./include/net/ipv6.h:16,
                     from ./include/net/inetpeer.h:16,
                     from ./include/net/ip_fib.h:24,
                     from ./include/net/switchdev.h:17,
                     from ./include/net/dsa.h:23,
                     from arch/mips/ath79/dev-dsa.h:15,
                     from arch/mips/ath79/dev-dsa.c:17:
    ./include/uapi/linux/ipv6.h:107:1: error: alignment 1 of 'struct ipv6_destopt_hao' is less than 2 [-Werror=packed-not-aligned]
     } __attribute__((packed));

Address this issue by correcting the alignment of the struct packing
pragma accordingly.

Fixes: FS#1805
Reported-by: Pascal Ernster <git@hardfalcon.net>
[reword subject, rewrap commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years ago
..
base-files ar71xx: use correct wan mac address for the TP-Link Archer C7 v4 5 years ago
files ar71xx: ag71xx: preserve port mirror flags during swconfig apply 5 years ago
generic ar71xx: add support for Gainstrong MiniBox V3.2 6 years ago
image build: move seama commands to image-commands.mk 6 years ago
mikrotik treewide: use wpad-basic for not small flash targets 6 years ago
nand treewide: use wpad-basic for not small flash targets 6 years ago
patches-4.14 ar71xx: fix packed-not-aligned error with GCC 8. 5 years ago
tiny ar71xx: move OCEDO Koala to generic and use dynamic partitioning 6 years ago
Makefile treewide: use wpad-basic for not small flash targets 6 years ago
config-4.14 ar71xx: add support for Gainstrong MiniBox V3.2 6 years ago
modules.mk ar71xx: add LED driver NU801 9 years ago