diff options
| author | Leo Barsky | 2024-10-05 01:52:39 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-05 10:52:33 +0000 |
| commit | 3a168e359587df90497c1f27f8b4e3d23199c7e5 (patch) | |
| tree | b4d681c90ff3dacba53f02ada7e2569caf0e2dbf | |
| parent | 51db334005e4035054a87adfd5a8fa534909131f (diff) | |
| download | openwrt-3a168e359587df90497c1f27f8b4e3d23199c7e5.tar.gz | |
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@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16603
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/rockchip/armv8/config-6.6 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |