diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-10-09 16:44:01 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-09 16:48:45 +0100 |
commit | 7ab94288e052ad17cbbed5c78a5e7194b0cfa116 (patch) | |
tree | a564f5b9116a90f9c92718d202bf3defdfee88b9 /target/linux/oxnas/Makefile | |
parent | 401d7ebf2c9bdcc7c1e24900ed9f8acf87d932c8 (diff) | |
download | upstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.tar.gz upstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.tar.bz2 upstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.zip |
oxnas: switch to Linux 5.10
Linux 5.10 has been there as testing kernel for a while now.
Do the switch and drop config and patches for Linux 5.4.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/Makefile')
-rw-r--r-- | target/linux/oxnas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index 003ed6ecd6..f52a0ceca5 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -7,8 +7,7 @@ SUBTARGETS:=ox810se ox820 FEATURES:=gpio ramdisk rtc squashfs DEVICE_TYPE:=nas -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk |