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

@@ -24,7 +24,7 @@
include Config include Config
VER = 2008-12-18 VER = 2009-05-10
THISAPP = l7-protocols-$(VER) THISAPP = l7-protocols-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 49c8d09b7134cc9eb0112427cb48332e $(DL_FILE)_MD5 = bca299f0b41945bbf09713ed117e5d77
install : $(TARGET) install : $(TARGET)

View File

@@ -101,7 +101,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
ln -s linux-$(VER) /usr/src/linux ln -s linux-$(VER) /usr/src/linux
# Linux Intermediate Queueing Device # 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 # Xen
ifeq "$(XEN)" "1" ifeq "$(XEN)" "1"

File diff suppressed because it is too large Load Diff