diff options
| author | Shiji Yang | 2025-05-08 14:32:03 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-07-18 11:31:00 +0000 |
| commit | 5b7637911eeb64b2fcc28169f2215de64f7ff7c7 (patch) | |
| tree | f180170c11006c2d76f6fd0acc75772e182827e3 | |
| parent | dd0c83575f6adeaaec376c72154f1a8006ca7ef8 (diff) | |
| download | openwrt-5b7637911eeb64b2fcc28169f2215de64f7ff7c7.tar.gz | |
lantiq: refresh kernel symbol configs
This is a preparation for introducing the 6.12 kernel support.
All configs are automatically refreshed.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
| -rw-r--r-- | target/linux/lantiq/ase/config-6.6 | 1 | ||||
| -rw-r--r-- | target/linux/lantiq/config-6.6 | 1 | ||||
| -rw-r--r-- | target/linux/lantiq/xrx200/config-6.6 | 1 | ||||
| -rw-r--r-- | target/linux/lantiq/xrx200_legacy/config-6.6 | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/lantiq/ase/config-6.6 b/target/linux/lantiq/ase/config-6.6 index 7a5dfada6e..3d8c15ad8c 100644 --- a/target/linux/lantiq/ase/config-6.6 +++ b/target/linux/lantiq/ase/config-6.6 @@ -4,7 +4,6 @@ CONFIG_CPU_MIPSR1=y CONFIG_CRC16=y CONFIG_CRYPTO_DEFLATE=y CONFIG_FIRMWARE_MEMMAP=y -CONFIG_FORCE_NR_CPUS=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_GENERIC_PLATFORM=y diff --git a/target/linux/lantiq/config-6.6 b/target/linux/lantiq/config-6.6 index 2bc5b92ce8..3fe581129c 100644 --- a/target/linux/lantiq/config-6.6 +++ b/target/linux/lantiq/config-6.6 @@ -37,6 +37,7 @@ CONFIG_DTC=y CONFIG_EARLY_PRINTK=y CONFIG_EXCLUSIVE_SYSTEM_RAM=y CONFIG_FIXED_PHY=y +CONFIG_FORCE_NR_CPUS=y CONFIG_FS_IOMAP=y CONFIG_FUNCTION_ALIGNMENT=0 CONFIG_FWNODE_MDIO=y diff --git a/target/linux/lantiq/xrx200/config-6.6 b/target/linux/lantiq/xrx200/config-6.6 index e8a85745e7..ab46229c0e 100644 --- a/target/linux/lantiq/xrx200/config-6.6 +++ b/target/linux/lantiq/xrx200/config-6.6 @@ -52,7 +52,6 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NLS=y CONFIG_NR_CPUS=2 CONFIG_PADATA=y -CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y CONFIG_PCI=y CONFIG_PCIEPORTBUS=y CONFIG_PCIE_LANTIQ=y diff --git a/target/linux/lantiq/xrx200_legacy/config-6.6 b/target/linux/lantiq/xrx200_legacy/config-6.6 index 4f85037da1..ee883b6aa9 100644 --- a/target/linux/lantiq/xrx200_legacy/config-6.6 +++ b/target/linux/lantiq/xrx200_legacy/config-6.6 @@ -39,7 +39,6 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NLS=y CONFIG_NR_CPUS=2 CONFIG_PADATA=y -CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y CONFIG_PCI=y CONFIG_PCIEPORTBUS=y CONFIG_PCIE_LANTIQ=y |