From: Michael Tremer Date: Mon, 1 Dec 2008 06:53:57 +0000 (+0000) Subject: Removed frandom patch (deprecated, no more maintained). X-Git-Tag: v3.0-alpha1~419^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d53c0ff1c80e5a8a476e036dfbb81029e6273c24;p=ipfire-3.x.git Removed frandom patch (deprecated, no more maintained). --- diff --git a/lfs/linux b/lfs/linux index 0d09ca9db..1752ba64b 100644 --- a/lfs/linux +++ b/lfs/linux @@ -39,7 +39,6 @@ LOCALVERSION = -ipfire1 FULLVER = $(VER)$(LOCALVERSION) # Patches -FRANDOM_PATCH = linux-2.6.25-frandom-1.patch GRSEC_PATCH = grsecurity-2.1.12-$(VER)-200808171148.patch OCF_PATCH = ocf-linux-26-20080917.patch REISER4_PATCH = reiser4-for-$(VER).patch @@ -58,10 +57,6 @@ ifeq "$(PAX)" "1" #objects += $(GRSEC_PATCH) endif -ifeq "$(SSP)" "1" - #objects += $(FRANDOM_PATCH) -endif - install : $(OBJECT) download : $(objects) @@ -79,12 +74,6 @@ $(OBJECT) : cd $(DIR_APP) && echo "$(LOCALVERSION)" > localversion-ipfire -ifeq "$(SSP)" "1" - ### frandom - # - #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(FRANDOM_PATCH) -endif - ### OCF # cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(OCF_PATCH)