From 9055f4ebe807e1567ea7f172f73e4ad793688b32 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 2 Jul 2026 14:38:35 -0700 Subject: [PATCH] apm821xx: disable RTC No device in apm821xx has an RTC. Remove support to slim down the kernel. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24114 Signed-off-by: Jonas Jelonek --- target/linux/apm821xx/nand/config-default | 4 ---- 1 file changed, 4 deletions(-) diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default index ac8beec7967..f36a75713d7 100644 --- a/target/linux/apm821xx/nand/config-default +++ b/target/linux/apm821xx/nand/config-default @@ -15,10 +15,6 @@ 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_RTC_CLASS=y -CONFIG_RTC_DRV_M48T86=y -CONFIG_RTC_I2C_AND_SPI=y -CONFIG_RTC_MC146818_LIB=y CONFIG_RTL8366_SMI=y CONFIG_RTL8367B_PHY=y CONFIG_SWCONFIG=y -- 2.47.3