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 <rany_hany@riseup.net> Link: https://github.com/openwrt/openwrt/pull/22672 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
efb282f97f
commit
a2fa1db797
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user