X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-build.in;h=d184d1febc8b89346547fe72286effde6473c7e4;hb=9083ebef8ffbd672bfc87fb41e1d92297026441b;hp=0ca145e3a96586919eef6ca9be13bac89dae9897;hpb=e46df1450d6f86c3921957047fe0cb38d541414c;p=openwrt-working-2016%2F.git diff --git a/config/Config-build.in b/config/Config-build.in index 0ca145e3a9..d184d1febc 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -32,14 +32,6 @@ menu "Global build settings" iconv and GNU gettext instead of the default OpenWrt stubs. If uClibc is used, it is also built with locale support. - config BUILD_STATIC_TOOLS - default n - bool "Attempt to link host utilities statically" - help - Linking host utilities like sed or firmware-utils statically increases the - portability of the generated ImageBuilder and SDK tarballs; however, it may - fail on some Linux distributions. - config SHADOW_PASSWORDS bool prompt "Enable shadow password support" @@ -258,7 +250,7 @@ menu "Global build settings" functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy, strncpy, strcat, strncat, sprintf, vsprintf, snprintf, vsnprintf, gets. "Conservative" (_FORTIFY_SOURCE set to 1) only introduces - checks that sholdn't change the behavior of conforming programs, + checks that shouldn't change the behavior of conforming programs, while "aggressive" (_FORTIFY_SOURCES set to 2) some more checking is added, but some conforming programs might fail. config PKG_FORTIFY_SOURCE_NONE @@ -272,7 +264,7 @@ menu "Global build settings" choice prompt "Enable RELRO protection" help - Enable a link-time protection know as RELRO (Relocation Read Only) + Enable a link-time protection known as RELRO (Relocation Read Only) which helps to protect from certain type of exploitation techniques altering the content of some ELF sections. "Partial" RELRO makes the .dynamic section not writeable after initialization, introducing