diff options
| author | Yousong Zhou | 2020-03-10 08:02:46 +0000 |
|---|---|---|
| committer | Yousong Zhou | 2020-03-10 10:17:35 +0000 |
| commit | 8057b621d46fd5bd3c455c2687aaab869d998186 (patch) | |
| tree | 723e22262bc98dec292aceb7ba95c56106a00dd9 | |
| parent | be23a88c1a81d7de9ca6d78fd218dd127679315d (diff) | |
| download | openwrt-8057b621d46fd5bd3c455c2687aaab869d998186.tar.gz | |
armvirt: switch to kernel 5.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| -rw-r--r-- | target/linux/armvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 89a37c63dc..03adf4436c 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -12,7 +12,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk |