diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-18 17:59:12 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-25 16:39:55 +0000 |
commit | 45c0e0ee419f678cf995127cef38093b974727d6 (patch) | |
tree | e020a124176098670cb9300f53d2b0376934f20b /target/linux/oxnas/Makefile | |
parent | dc68af4a1312775f3aeade7c46786858725cfabe (diff) | |
download | upstream-45c0e0ee419f678cf995127cef38093b974727d6.tar.gz upstream-45c0e0ee419f678cf995127cef38093b974727d6.tar.bz2 upstream-45c0e0ee419f678cf995127cef38093b974727d6.zip |
oxnas: add experimental support for Linux 5.10
PCIe still reports link-down for some reason, RAID fails to assemble
despite SATA looking good (maybe a generic problem with RAID?)
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 f503c2819f..003ed6ecd6 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.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk |