[openwrt/openwrt] malta: 6.12: update config after kernel refresh

LEDE Commits lede-commits at lists.infradead.org
Thu May 29 13:48:08 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4dae54f00476eafd7d595c1d77f9cb096623d49a

commit 4dae54f00476eafd7d595c1d77f9cb096623d49a
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Thu May 22 15:37:20 2025 -0700

    malta: 6.12: update config after kernel refresh
    
    Drop obsolete symbols GCC_ASM_GOTO_OUTPUT_WORKAROUND and HW_CONSOLE, and
    PREEMPT_NONE_BUILD which is now set in top-level generic config.
    
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/18712
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/malta/config-6.12 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/target/linux/malta/config-6.12 b/target/linux/malta/config-6.12
index a635e2c39e..1fb4a510d5 100644
--- a/target/linux/malta/config-6.12
+++ b/target/linux/malta/config-6.12
@@ -82,7 +82,6 @@ CONFIG_FS_MBCACHE=y
 CONFIG_FUNCTION_ALIGNMENT=0
 CONFIG_FW_LOADER_PAGED_BUF=y
 CONFIG_FW_LOADER_SYSFS=y
-CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
 CONFIG_GENERIC_ATOMIC64=y
 CONFIG_GENERIC_CLOCKEVENTS=y
 CONFIG_GENERIC_CMOS_UPDATE=y
@@ -110,7 +109,6 @@ CONFIG_HAS_DMA=y
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT=y
 CONFIG_HAS_IOPORT_MAP=y
-CONFIG_HW_CONSOLE=y
 CONFIG_I8253=y
 CONFIG_I8253_LOCK=y
 CONFIG_I8259=y
@@ -199,7 +197,6 @@ CONFIG_PGTABLE_LEVELS=2
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_PIIX4_POWEROFF=y
 CONFIG_POWER_RESET_SYSCON=y
-CONFIG_PREEMPT_NONE_BUILD=y
 CONFIG_PROC_PAGE_MONITOR=y
 CONFIG_PTP_1588_CLOCK_OPTIONAL=y
 CONFIG_QFMT_V2=y




More information about the lede-commits mailing list