diff options
| author | Andre Heider | 2024-08-04 14:10:49 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-15 22:19:49 +0000 |
| commit | 1822332bc5c94defe8a8c59f221137745ac7a904 (patch) | |
| tree | 669d1b58a6045c3d3ad0d8ea27fce606cf9ad5f4 | |
| parent | c6dbeffd50f4300ef6e781ae229db6384e8f6f46 (diff) | |
| download | openwrt-1822332bc5c94defe8a8c59f221137745ac7a904.tar.gz | |
omap: switch to kernel 6.6
Switch to Linux 6.6.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16099
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index a3c61efc9a..67db2aa07d 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -12,7 +12,7 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.6 KERNELNAME:=zImage dtbs |