X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=config%2FConfig-build.in;fp=config%2FConfig-build.in;h=8cbc16b5c8819bbc3fc50ff9a768bdfed3995eb2;hp=a082a5e0e2ed9ad3e9749440c3f244aee8668072;hb=e790227553c057d38064e720add92b3bee42ecf2;hpb=b1daead066173e2cdef362fa5b1776daa5ff7924 diff --git a/config/Config-build.in b/config/Config-build.in index a082a5e0e2..8cbc16b5c8 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -234,6 +234,14 @@ menu "Global build settings" bool "Strong" endchoice + config KERNEL_STACKPROTECTOR + bool + default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG + + config KERNEL_STACKPROTECTOR_STRONG + bool + default KERNEL_CC_STACKPROTECTOR_STRONG + choice prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)" default PKG_FORTIFY_SOURCE_1