mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
kernel: Updated to 2.6.32.26.
This commit is contained in:
16
lfs/linux
16
lfs/linux
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
include Config
|
||||
|
||||
PATCHLEVEL = .28
|
||||
VER = 2.6.32.28
|
||||
PATCHLEVEL = .36
|
||||
VER = 2.6.32.36
|
||||
|
||||
THISAPP = linux-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -60,19 +60,19 @@ objects =$(DL_FILE) \
|
||||
netfilter-layer7-v2.22.tar.gz \
|
||||
patch-2.6.16-nath323-1.3.bz2 \
|
||||
reiser4-for-2.6.32.patch.bz2 \
|
||||
xen-patches-2.6.32-2d.tar.bz2
|
||||
xen-patches-2.6.32-2e.tar.bz2
|
||||
|
||||
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
|
||||
netfilter-layer7-v2.22.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.22.tar.gz
|
||||
patch-2.6.16-nath323-1.3.bz2 = $(URL_IPFIRE)/patch-2.6.16-nath323-1.3.bz2
|
||||
reiser4-for-2.6.32.patch.bz2 = $(URL_IPFIRE)/reiser4-for-2.6.32.patch.bz2
|
||||
xen-patches-2.6.32-2d.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2d.tar.bz2
|
||||
xen-patches-2.6.32-2e.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2e.tar.bz2
|
||||
|
||||
$(DL_FILE)_MD5 = 9ee6d4023f34eb055ec32f201b5f9206
|
||||
$(DL_FILE)_MD5 = 71cd2ab6060fb929fc0d81f4d13b88a8
|
||||
netfilter-layer7-v2.22.tar.gz_MD5 = 98dff8a3d5a31885b73341633f69501f
|
||||
patch-2.6.16-nath323-1.3.bz2_MD5 = f926409ff703a307baf54b57ab75d138
|
||||
reiser4-for-2.6.32.patch.bz2_MD5 = 3246397973d9271eb8e6d7c97c5d2d91
|
||||
xen-patches-2.6.32-2d.tar.bz2_MD5 = d1690d2b8b0c9124897981aea505f8f7
|
||||
xen-patches-2.6.32-2e.tar.bz2_MD5 = ec9f2a4a321cdfb887c03592bc6fad94
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -110,7 +110,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
ifeq "$(XEN)" "1"
|
||||
# Apply gentoo Xen patches
|
||||
mkdir -p $(DIR_SRC)/xen-patches
|
||||
cd $(DIR_SRC)/xen-patches && tar jxf $(DIR_DL)/xen-patches-2.6.32-2d.tar.bz2
|
||||
cd $(DIR_SRC)/xen-patches && tar jxf $(DIR_DL)/xen-patches-2.6.32-2e.tar.bz2
|
||||
|
||||
for x in `ls -1 $(DIR_SRC)/xen-patches/*.patch1`; do \
|
||||
echo "*********** [Patch: $$x]"; \
|
||||
|
||||
Reference in New Issue
Block a user