From 290e1227ce9c5c6d77f8c7c79abe7840eb2056f1 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:30:45 +0100 Subject: [PATCH] General: update fragment options --- general/openipc.fragment | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/openipc.fragment b/general/openipc.fragment index a6de5b8ba..1b2fd5336 100644 --- a/general/openipc.fragment +++ b/general/openipc.fragment @@ -11,3 +11,5 @@ BR2_CCACHE_DIR="$(HOME)/.ccache" # Build BR2_PER_PACKAGE_DIRECTORIES=y BR2_OPTIMIZE_S=y +BR2_SSP_REGULAR=y +BR2_RELRO_PARTIAL=y