[openwrt/openwrt] rockchip: config-6.6: remove CONFIG_FORTIFY_SOURCE
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 5 03:53:16 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3a168e359587df90497c1f27f8b4e3d23199c7e5
commit 3a168e359587df90497c1f27f8b4e3d23199c7e5
Author: Leo Barsky <leobrsky at proton.me>
AuthorDate: Sat Oct 5 01:52:39 2024 +0000
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 <leobrsky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/16603
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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
More information about the lede-commits
mailing list