diff options
| author | Claudiu Beznea | 2022-09-29 07:19:18 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-10-21 22:51:25 +0000 |
| commit | 0a00189e412a9579c2a417553912276f16eaba1d (patch) | |
| tree | d5e789654b3fa13437d1416e9ab6a4d9ec3be671 | |
| parent | dd37b205f802ec7021912854ee7e37191c242713 (diff) | |
| download | openwrt-0a00189e412a9579c2a417553912276f16eaba1d.tar.gz | |
at91: kernel v5.15: use KERNEL_TESTING_PATCHVER:=5.15
Use KERNEL_TESTING_PATCHVER:=15 for at91 targets.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
| -rw-r--r-- | target/linux/at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index af0dc3f338..20dc43cb9e 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 squashfs targz usbgadget ubifs SUBTARGETS:=sama7 sama5 sam9x KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |