Merge branch 'master' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x

This commit is contained in:
Arne Fitzenreiter
2009-05-17 14:32:11 +02:00
4 changed files with 1284 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.6.3
VER = 1.6.3.1
THISAPP = git-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a5e6165506cddd94954277cf81f44b14
$(DL_FILE)_MD5 = c1f4aab741359c29f0fbf28563ac7387
install : $(TARGET)

View File

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

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"

File diff suppressed because it is too large Load Diff