diff options
| author | John Audia | 2025-06-05 18:36:32 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-15 11:37:46 +0000 |
| commit | 4b8881cee99f839ad9a515a9d7013cbc4bf62e13 (patch) | |
| tree | 240f0e1cdeffa4d939779fa22575f003d12ab98c | |
| parent | ff393cbe9c0727deb0c0aac277be885f7f99e84b (diff) | |
| download | openwrt-4b8881cee99f839ad9a515a9d7013cbc4bf62e13.tar.gz | |
ipq806x: 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 a2eaadeed263133a43f0043bc283ee5b620f410c)
Link: https://github.com/openwrt/openwrt/pull/19113
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ipq806x/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-6.6 b/target/linux/ipq806x/config-6.6 index bc3761b2e5..7e9558ad75 100644 --- a/target/linux/ipq806x/config-6.6 +++ b/target/linux/ipq806x/config-6.6 @@ -213,6 +213,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_IOMMU_SUPPORT=y # CONFIG_IPQ_APSS_PLL is not set # CONFIG_IPQ_GCC_4019 is not set +# CONFIG_IPQ_GCC_5018 is not set # CONFIG_IPQ_GCC_6018 is not set CONFIG_IPQ_GCC_806X=y # CONFIG_IPQ_GCC_8074 is not set |