aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-03-06 19:43:40 +0100
committerMathias Kresin <dev@kresin.me>2018-03-06 19:49:06 +0100
commitcde4f9008a6908a8de8f2134b9afcc6920e48fe4 (patch)
treef8479b68a01ad0c614a8185e29cb40f0ebfe45a3 /package/kernel/lantiq
parentaa5014dd1a58aa8902f2aaf4a02b76998ac2eb2b (diff)
downloadupstream-cde4f9008a6908a8de8f2134b9afcc6920e48fe4.tar.gz
upstream-cde4f9008a6908a8de8f2134b9afcc6920e48fe4.tar.bz2
upstream-cde4f9008a6908a8de8f2134b9afcc6920e48fe4.zip
lantiq: ltq-adsl: deactivate ASLR support
The package still leaks some user space linker options into the kernel space. This breaks the build when ASLR is activated, deactivate it for now. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-adsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile
index e6817efffc..0fbda34ff9 100644
--- a/package/kernel/lantiq/ltq-adsl/Makefile
+++ b/package/kernel/lantiq/ltq-adsl/Makefile
@@ -18,6 +18,7 @@ PKG_HASH:=eb2ed59715d3bf4e8a1460bbbe2f1660039e0a9f9d72afb1b2b16590094eb33c
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_CHECK_FORMAT_SECURITY:=0
+PKG_ASLR_PIE:=0
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk