diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-09-11 02:31:21 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-11 02:49:28 +0100 |
commit | a9dda40fe21be2890fd864c6b70810c2042ddb7f (patch) | |
tree | e2a580b5521e2b7ef6ea947fc40029aaca8ef0d5 /target/linux/oxnas/Makefile | |
parent | ef59da866982b4891f64d01c15967877c2898e26 (diff) | |
download | upstream-a9dda40fe21be2890fd864c6b70810c2042ddb7f.tar.gz upstream-a9dda40fe21be2890fd864c6b70810c2042ddb7f.tar.bz2 upstream-a9dda40fe21be2890fd864c6b70810c2042ddb7f.zip |
oxnas: add testing support for Linux 5.15
Rebase patches and port SATA driver to work with Linux > 5.13.
Tested on Shuttle KD-20.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/Makefile')
-rw-r--r-- | target/linux/oxnas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index f52a0ceca5..9dfdb5c86e 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -8,6 +8,7 @@ FEATURES:=gpio ramdisk rtc squashfs DEVICE_TYPE:=nas KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |