modified: lfs/l7-protocols

modified:   lfs/linux
	new file:   src/patches/linux-2.6.27.21-imq-test3.patch

updated l7-protocols to most uptodate version
changed imq patch to the official one
This commit is contained in:
Ben Schweikert
2009-05-17 12:11:22 +00:00
parent fe1d021368
commit 3a65a332d2
3 changed files with 1282 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
ln -s linux-$(VER) /usr/src/linux
# Linux Intermediate Queueing Device
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.27-imq.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.27.21-imq-test3.patch
# Xen
ifeq "$(XEN)" "1"