diff options
| author | Tim Harvey | 2024-05-16 23:31:30 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-06 20:04:23 +0000 |
| commit | a6d4d369ebc62c6ca7d9144dbb8bd78296579185 (patch) | |
| tree | e443d042412df0785aa0a02ae817e5c964cdc50a | |
| parent | 892b654629b099ad7cd92badd6635377a18ecc81 (diff) | |
| download | openwrt-a6d4d369ebc62c6ca7d9144dbb8bd78296579185.tar.gz | |
imx: add 6.6 kernel as testing
allow to test 6.6 kernel for imx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
| -rw-r--r-- | target/linux/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 4f70933d18..2d3f35e4b4 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -10,6 +10,7 @@ FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubif SUBTARGETS:=cortexa7 cortexa9 cortexa53 KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |