From: Koen Vandeputte Date: Fri, 28 Jul 2023 09:31:42 +0000 (+0200) Subject: tegra: 6.1: add testing kernel support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bd1ccc6d702db120068d7c3ca3d6172ee28cc1f2;p=openwrt%2Fstaging%2Fxback.git tegra: 6.1: add testing kernel support Add testing kernel 6.1 Signed-off-by: Koen Vandeputte --- diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 213d44892e..518292b0c4 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -9,7 +9,8 @@ BOARDNAME:=NVIDIA Tegra FEATURES:=audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb targz SUBTARGETS:=cortexa9 cortexa57 -KERNEL_PATCHVER := 5.15 +KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk