diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-26 13:14:32 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-28 13:03:02 +0100 |
commit | c3178110b5d2912fcd7dfd40443e7be07afbd2af (patch) | |
tree | a0fa764e83ba0c8a9e9bb5db901053c6ee9b176b /target/linux/sunxi | |
parent | 153a6b8c349f5bd4d3d4e7817cbe80834debcbf0 (diff) | |
download | upstream-c3178110b5d2912fcd7dfd40443e7be07afbd2af.tar.gz upstream-c3178110b5d2912fcd7dfd40443e7be07afbd2af.tar.bz2 upstream-c3178110b5d2912fcd7dfd40443e7be07afbd2af.zip |
sunxi: switch to 5.4 kernel
Seems to be working fine on my a64-olinuxino, it's 99.9% upstream stuff
anyway. Lets start wider userbase testing.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index f10bf57dee..37b8a30e22 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Allwinner A1x/A20/A3x/R40 FEATURES:=fpu usb ext4 display rtc squashfs SUBTARGETS:=cortexa8 cortexa7 cortexa53 -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage dtbs |