kernel: disable grsecurity for i586 because it fails to build

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2017-02-18 12:48:36 +01:00
parent f0c0e04491
commit 2524577db8

View File

@@ -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