]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: disable grsecurity for i586 because it fails to build
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 18 Feb 2017 11:48:36 +0000 (12:48 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 18 Feb 2017 11:48:36 +0000 (12:48 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index 6da3d4ae3b104584a575e9e6a759681253f2b9ae..18b9a038c637e33e9c7b9225cbb9afb4050420a0 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -128,9 +128,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 
 ifneq "$(KCFG)" "-headers"
+ifneq "$(MACHINE)" "i586"
+
        # Grsecurity-patches
        cd $(DIR_APP) && xz -c -d $(DIR_DL)/$(GRS_PATCHES) | patch -Np1
        cd $(DIR_APP) && rm localversion-grsec
+endif
 endif
 
        # DVB Patches