diff options
author | John Audia <therealgraysky@proton.me> | 2023-06-15 16:00:09 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-06-16 19:44:28 +0200 |
commit | 0e89ba8430a5d9a638f71d9534ea4152fc26e278 (patch) | |
tree | 15952863eb7ac3ade2b0cafd41e6c78c55d37897 /target/linux/sifiveu | |
parent | 5da5958f5a86f4415f4e695518db1bb6464b58b4 (diff) | |
download | openwrt-0e89ba8430a5d9a638f71d9534ea4152fc26e278.tar.gz openwrt-0e89ba8430a5d9a638f71d9534ea4152fc26e278.tar.bz2 openwrt-0e89ba8430a5d9a638f71d9534ea4152fc26e278.zip |
kernel: bump 5.15 to 5.15.117
Manually rebased:
generic/backport-5.15/346-v5.18-01-Revert-ata-ahci-mvebu-Make-SATA-PHY-optional-for-Arm.patch
Removed upstreamed:
generic/backport-5.15/830-v6.2-ata-ahci-fix-enum-constants-for-gcc-13.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/sifiveu')
-rw-r--r-- | target/linux/sifiveu/patches-5.15/0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sifiveu/patches-5.15/0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch b/target/linux/sifiveu/patches-5.15/0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch index b5779e09cb..c6b997dbbe 100644 --- a/target/linux/sifiveu/patches-5.15/0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch +++ b/target/linux/sifiveu/patches-5.15/0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch @@ -14,7 +14,7 @@ Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com> --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig -@@ -565,6 +565,14 @@ config BUILTIN_DTB +@@ -566,6 +566,14 @@ config BUILTIN_DTB depends on OF default y if XIP_KERNEL |