aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Fix compile warningHauke Mehrtens2022-01-281-2/+4
| | | | | | | | | | This fixes the following compile warning: CC init/do_mounts.o init/do_mounts.c:478:19: warning: 'mount_ubi_rootfs' defined but not used [-Wunused-function] 478 | static int __init mount_ubi_rootfs(void) | ^~~~~~~~~~~~~~~~ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: add linux 5.10 supportFelix Fietkau2021-02-161-0/+51
Signed-off-by: Felix Fietkau <nbd@nbd.name>