diff options
| author | John Audia | 2025-06-04 17:18:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-15 11:37:46 +0000 |
| commit | ff393cbe9c0727deb0c0aac277be885f7f99e84b (patch) | |
| tree | fc960993dcb5556697e8557d730a8fc797597b03 | |
| parent | 7d620f83e39e189edf25a37ef70e6abb83a35115 (diff) | |
| download | openwrt-ff393cbe9c0727deb0c0aac277be885f7f99e84b.tar.gz | |
ipq40xx: config-6.6: add new option
6.6.93 introduced new config option[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.93&id=fba6e5d44fb8df6bdadb1e90d2ddca715462248f
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19026
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 45e53284e6037df774dcf2608de448b37387ad5b)
Link: https://github.com/openwrt/openwrt/pull/19113
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ipq40xx/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-6.6 b/target/linux/ipq40xx/config-6.6 index d1c181cd0d..cdd4d36700 100644 --- a/target/linux/ipq40xx/config-6.6 +++ b/target/linux/ipq40xx/config-6.6 @@ -224,6 +224,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_IOMMU_SUPPORT=y # CONFIG_IPQ_APSS_PLL is not set CONFIG_IPQ_GCC_4019=y +# CONFIG_IPQ_GCC_5018 is not set # CONFIG_IPQ_GCC_6018 is not set # CONFIG_IPQ_GCC_806X is not set # CONFIG_IPQ_GCC_8074 is not set |