From: Michael Tremer Date: Sun, 16 Aug 2009 22:01:44 +0000 (+0200) Subject: linux: Add routes patch for easy handlink of multiple links. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2490d0483e6258ac278b7b8353acb83ff01ab0;p=ipfire-3.x.git linux: Add routes patch for easy handlink of multiple links. --- diff --git a/lfs/linux b/lfs/linux index 9c744974a..a16bb47e4 100644 --- a/lfs/linux +++ b/lfs/linux @@ -68,6 +68,7 @@ AUFS_PATCH = aufs2-$(PKG_VER)-1.patch GRSEC_PATCH = grsecurity-2.1.14-$(PKG_VER)-200903281534.patch #OCF_PATCH = ocf-linux-26-20080917.patch REISER4_PATCH = reiser4-for-$(PKG_VER).patch +ROUTES_PATCH = routes-2.6.29-16.diff # Taken from http://www.ssi.bg/~ja/#routes SQUASHFS_PATCH = $(THISAPP)-squashfs3.4-1.patch ############################################################################### @@ -79,7 +80,8 @@ objects = $(DL_FILE) \ $(OCF_PATCH) \ $(REISER4_PATCH) \ $(GRSEC_PATCH) \ - $(THISAPP)-disable-compat_vdso-1.patch + $(THISAPP)-disable-compat_vdso-1.patch \ + $(ROUTES_PATCH) download: $(objects) @@ -119,6 +121,10 @@ $(OBJECT): $(objects) # cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(REISER4_PATCH) + ### Routes + # + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(ROUTES_PATCH) + ### GrSecurity # cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(GRSEC_PATCH)