linux: Fix IMQ crash.

Fixes #10474.
This commit is contained in:
Michael Tremer
2014-02-10 23:00:19 +01:00
parent f444583042
commit 8ec868ab22
3 changed files with 6801 additions and 1569 deletions

View File

@@ -112,7 +112,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
ln -svf linux-$(VER) $(DIR_SRC)/linux
# Linux Intermediate Queueing Device
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/imq_kernel3.10.23.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.25-imq.patch
# ipp2p 0.8.2-ipfire
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10-ipp2p-0.8.2-ipfire.patch

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff