aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/530-jffs2_make_lzma_available.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix jffs2 compilation with GCC_PLUGIN_RANDSTRUCT enabledMatt Merhar2021-09-131-1/+1
| | | | | | | | | Designated initializers are required when using the randstruct GCC plugin, otherwise an error like the following is seen: ./include/linux/lzma.h:60:31: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* kernel: add linux 5.10 supportFelix Fietkau2021-02-161-0/+5180
Signed-off-by: Felix Fietkau <nbd@nbd.name>