Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: Fix compile warning | Hauke Mehrtens | 2022-01-28 | 1 | -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 support | Felix Fietkau | 2021-02-16 | 1 | -0/+51 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |