]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux
libsigc++: Update to 2.0.18.
[ipfire-2.x.git] / lfs / linux
index 9f994f863c6a0c9931bafe01d5845041710023f7..2c928094d3dae2f2ef8febef54678b3c27ce9db0 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -111,6 +111,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        ln -svf linux-$(VER) $(DIR_SRC)/linux
 
+       # Apply backported codel patches
+       cd $(DIR_APP) && cat $(DIR_SRC)/src/patches/linux-3.2-codel/*.patch | patch -Np1
+
        # Linux Intermediate Queueing Device
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.2-imq.patch