tn3399_openwrt/config
Hauke Mehrtens 19cbac7d26 buildsystem: Make PIE ASLR option tristate
This tristate choose allows to select to build only some applications
with PIE enabled. On MIPS binaries are getting about 30% bigger when PIE
is activated for the, which is a huge increase.

Network exposed applications like dnsmasq should then be build with PIE
enabled, but some applications which are normally not parsing data from
the network do not have it activated. The regular option should give a
good trade off between extra flash and RAM memory usage and security.

This changes the default from building no applications with PIE to build
some specifically marked applications with PIE enabled. This option is
only activated for targets with bigger flash and RAM to not consume
extra memory on the very small targets. On SDK builds the Regular option
should always be selected, because some tiny targets share the
applications with big targets and only the images for the tiny targets
should contain the none PIE applications, but the images for the normal
targets should use PIE. The shared packages should always use PIE when
it should be normally activated.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Petr Štetiar <ynezz@true.cz>
2020-01-13 15:34:36 +01:00
..
Config-build.in buildsystem: Make PIE ASLR option tristate 2020-01-13 15:34:36 +01:00
Config-devel.in rules: allow arbitrary log destination 2019-09-29 00:08:20 +02:00
Config-images.in build: set TARGET_ROOTFS_PARTSIZE to make combined image fit in 128MB 2019-09-21 13:48:15 +02:00
Config-kernel.in config: kernel: fix typo in HFSPLUG_FS_POSIX_ACL 2019-11-28 02:02:17 +02:00