diff options
| author | Robert Marko <robimarko@gmail.com> | 2023-06-03 18:08:03 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-04 03:14:27 +0200 |
| commit | d1e452da92ee417a3af70fe96bbba4356dea5ad9 (patch) | |
| tree | 74088b2ca579ec4aafdafd0e03f9b9e8a01a6c50 /target/linux | |
| parent | a0d71934253f599f4ac651b1b3a429901049e802 (diff) | |
| download | upstream-d1e452da92ee417a3af70fe96bbba4356dea5ad9.tar.gz upstream-d1e452da92ee417a3af70fe96bbba4356dea5ad9.tar.bz2 upstream-d1e452da92ee417a3af70fe96bbba4356dea5ad9.zip | |
ipq807x: switch to kernel 6.1
Now that 6.1 kernel is working fine on ipq807x , lets switch to 6.1 as the
default kernel as its increasingly hard to keep backporting upstreamed
changes to 5.15.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq807x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index 53606ef52a4..2f076279b7a 100644 --- a/target/linux/ipq807x/Makefile +++ b/target/linux/ipq807x/Makefile @@ -8,8 +8,7 @@ KERNELNAME:=Image dtbs CPU_TYPE:=cortex-a53 SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |
