From 3a168e359587df90497c1f27f8b4e3d23199c7e5 Mon Sep 17 00:00:00 2001 From: Leo Barsky Date: Sat, 5 Oct 2024 01:52:39 +0000 Subject: [PATCH] rockchip: config-6.6: remove CONFIG_FORTIFY_SOURCE The symbol CONFIG_FORTIFY_SOURCE is enable in the generic CONFIG so remove it from the rockchip CONFIG as is conflicts with the default 'y' Fixes: https://github.com/openwrt/openwrt/issues/16600 Signed-off-by: Leo Barsky Link: https://github.com/openwrt/openwrt/pull/16603 Signed-off-by: Hauke Mehrtens --- target/linux/rockchip/armv8/config-6.6 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6 index c92f2b1c48..fddc85f9d7 100644 --- a/target/linux/rockchip/armv8/config-6.6 +++ b/target/linux/rockchip/armv8/config-6.6 @@ -251,7 +251,6 @@ CONFIG_FANOTIFY=y CONFIG_FHANDLE=y CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y -# CONFIG_FORTIFY_SOURCE is not set CONFIG_FRAME_POINTER=y CONFIG_FS_IOMAP=y CONFIG_FS_MBCACHE=y