From: Michael Tremer Date: Sun, 12 Oct 2008 14:15:28 +0000 (+0200) Subject: Added a fresh reiser4 patch. X-Git-Tag: v3.0-alpha1~556^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d057072080fa276e01e73b059e1eaeb7b2f5245a;p=ipfire-3.x.git Added a fresh reiser4 patch. --- diff --git a/lfs/linux b/lfs/linux index ed4942bbd..faa40fcdc 100644 --- a/lfs/linux +++ b/lfs/linux @@ -38,11 +38,16 @@ TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) LOCALVERSION = -ipfire1 FULLVER = $(VER)$(LOCALVERSION) +# Patches +REISER4_PATCH = reiser4-for-$(VER)-rc1.patch + ############################################################################### # Top-level Rules ############################################################################### -objects = $(DL_FILE) reiser4-for-2.6.25.patch linux-2.6-squashfs-1.patch +objects = $(DL_FILE) \ + $(REISER4_PATCH) \ + linux-2.6-squashfs-1.patch ifeq "$(PAX)" "1" #objects += grsecurity-2.1.12-$(VER)-200808171148.patch @@ -77,7 +82,7 @@ endif ### Reiser4 # - #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/reiser4-for-2.6.25.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(REISER4_PATCH) ### Squashfs #