diff options
| author | Piotr Dymacz | 2021-04-08 23:51:17 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2021-11-03 11:45:40 +0000 |
| commit | adc37b80406ab7ea0f8319ce8d81951731d8ee15 (patch) | |
| tree | 41e0ebb0e9e19e46a54989599bca5d29fcf7e281 | |
| parent | b35cd4d71d9ca761bf1e58465d16006757871ea2 (diff) | |
| download | openwrt-adc37b80406ab7ea0f8319ce8d81951731d8ee15.tar.gz | |
imx: make kernel 5.10 default version
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -rw-r--r-- | target/linux/imx/Makefile | 3 |
1 files changed, 1 insertions, 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 |