diff options
| author | David Bauer | 2023-09-09 06:42:04 +0000 |
|---|---|---|
| committer | David Bauer | 2023-09-09 06:42:50 +0000 |
| commit | 7f54d9ba1aa9796e218b554633a4e05906a9ac7f (patch) | |
| tree | 6ccc64e86ac6df46b5a5c599433ff1a2060399c9 | |
| parent | 5294b358aa1ab2015e151f4caabdb4dcccf62190 (diff) | |
| download | openwrt-7f54d9ba1aa9796e218b554633a4e05906a9ac7f.tar.gz | |
Revert "ath79: use kernel 6.1 as default"
This reverts commit c94383de018c561355c5e239524fbefca4aee3aa.
THis commit was not meant to be pushed to main yet.
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 0a54fc59c6..f7bb31c4ad 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -8,7 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget -KERNEL_PATCHVER:=6.1 +KERNEL_PATCHVER:=5.15 KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |