diff --git a/lfs/linux b/lfs/linux index 6da3d4ae3..18b9a038c 100644 --- 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