From b13e9be1a178a29f50d8bae926699b609bc9f604 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 6 Jul 2026 15:40:49 -0700 Subject: [PATCH] apm821xx: nand: reenable PCI_DISABLE_COMMON_QUIRKS This is a size reduction symbol that appears to have been disabled as a result of wndr4700 enablement. There's a patch for that. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24129 Signed-off-by: Robert Marko --- target/linux/apm821xx/nand/config-default | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default index f36a75713d7..0f04b6d0a38 100644 --- a/target/linux/apm821xx/nand/config-default +++ b/target/linux/apm821xx/nand/config-default @@ -14,7 +14,6 @@ CONFIG_MTD_UBI_BLOCK=y CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTD_VIRT_CONCAT=y -# CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set CONFIG_RTL8366_SMI=y CONFIG_RTL8367B_PHY=y CONFIG_SWCONFIG=y -- 2.47.3