diff options
| author | Mieczyslaw Nalewaj | 2024-07-29 09:07:45 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-03 09:36:59 +0000 |
| commit | 6e122b00e1f44a21b5de9cddcb4ca9d2879db3b4 (patch) | |
| tree | 9bdba0c58e93bdd70a42fb8acfad9a06756c5add | |
| parent | db7f70fe6140e99ae709c7bf2a25eb983cb725ed (diff) | |
| download | openwrt-6e122b00e1f44a21b5de9cddcb4ca9d2879db3b4.tar.gz | |
zynq: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16030
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/zynq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 29995e43bf..c570fae73b 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -18,8 +18,7 @@ define Target/Description Build firmware image for Zynq 7000 SoC devices. endef -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |