diff options
| author | John Audia | 2025-06-04 17:18:26 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-06-06 08:01:31 +0000 |
| commit | 45e53284e6037df774dcf2608de448b37387ad5b (patch) | |
| tree | fe3b87f60c652c5206b701db623bd7ca48214d5f | |
| parent | a878dd24e7985ab87420df3e2551c99ba794838a (diff) | |
| download | openwrt-45e53284e6037df774dcf2608de448b37387ad5b.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>
| -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 f975e25693..50ab7d04a2 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 |