[openwrt/openwrt] imx: make kernel 5.10 default version

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 3 05:36:25 PDT 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/adc37b80406ab7ea0f8319ce8d81951731d8ee15

commit adc37b80406ab7ea0f8319ce8d81951731d8ee15
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Apr 9 01:51:17 2021 +0200

    imx: make kernel 5.10 default version
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/imx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile
index 17f634a7bf..b293655a9a 100644
--- a/target/linux/imx/Makefile
+++ b/target/linux/imx/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=NXP i.MX
 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
 SUBTARGETS:=cortexa7 cortexa9
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
 
 include $(INCLUDE_DIR)/target.mk
 



More information about the lede-commits mailing list