]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
linux: Add routes patch for easy handlink of multiple links.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2009 22:01:44 +0000 (00:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2009 22:01:44 +0000 (00:01 +0200)
lfs/linux

index 9c744974ab7a3cf34058db244daa5b3d1fda50e7..a16bb47e49ffc59faeb09189303961cab14d39a7 100644 (file)
--- 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)