aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-adsl
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-10-27 18:18:29 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-11-01 21:19:40 +0100
commitddab758997440758b140e42c03ed29a42f6be99b (patch)
tree372445f139d987dc6d208ee38957a9ec3e041c0f /package/kernel/lantiq/ltq-adsl
parentf85d56bb034d8017bdb6b4bb493eb076a21d11b3 (diff)
downloadupstream-ddab758997440758b140e42c03ed29a42f6be99b.tar.gz
upstream-ddab758997440758b140e42c03ed29a42f6be99b.tar.bz2
upstream-ddab758997440758b140e42c03ed29a42f6be99b.zip
lantiq: Allow PKG_ASLR_PIE for DSL and voice drivers
When ASLR_PIE was activated globally these drivers failed to build because the user space LDFLAGS leaked into the kernel build process. This was fixed in upstream Linux kernel commit ce99d0bf312d ("kbuild: clear LDFLAGS in the top Makefile") which went into Linux 4.17. The lantiq target is now on Linux 4.19 only and these exceptions are not needed any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/lantiq/ltq-adsl')
-rw-r--r--package/kernel/lantiq/ltq-adsl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile
index 0fbda34ff9..e6817efffc 100644
--- a/package/kernel/lantiq/ltq-adsl/Makefile
+++ b/package/kernel/lantiq/ltq-adsl/Makefile
@@ -18,7 +18,6 @@ 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