kernel: add backported codel patchset.

This commit is contained in:
Arne Fitzenreiter
2012-08-13 22:59:24 +02:00
parent 21df33072c
commit 97bb1c57ae
16 changed files with 2457 additions and 2 deletions

View File

@@ -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