From a2fa1db79726dab47d994df530bc8f02d14de68b Mon Sep 17 00:00:00 2001 From: Rany Hany Date: Sun, 29 Mar 2026 15:17:48 +0000 Subject: [PATCH] ramips: mt7621: disable CONFIG_LIST_HARDENED It appears that CONFIG_LIST_HARDENED causes the system to hang when restarted. I was unable to determine the cause of the crash so disabling CONFIG_LIST_HARDENED seems like an acceptable workaround for the time being. The issue only occurs on reboot. Fixes: https://github.com/openwrt/openwrt/issues/20099 Signed-off-by: Rany Hany Link: https://github.com/openwrt/openwrt/pull/22672 Signed-off-by: Robert Marko --- target/linux/ramips/mt7621/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/mt7621/config-6.12 b/target/linux/ramips/mt7621/config-6.12 index dac61e6ba1..4a8352241e 100644 --- a/target/linux/ramips/mt7621/config-6.12 +++ b/target/linux/ramips/mt7621/config-6.12 @@ -114,6 +114,7 @@ CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_LED_TRIGGER_PHY=y CONFIG_LIBFDT=y +# CONFIG_LIST_HARDENED is not set CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y