kernel: update to 2.7.32.38.

This commit is contained in:
Arne Fitzenreiter
2011-04-18 20:46:50 +02:00
parent 7f8e1a3dac
commit 09e923afef
4 changed files with 5 additions and 6 deletions

View File

@@ -1 +0,0 @@
../../../common/perl-GD

View File

@@ -24,8 +24,8 @@
include Config
PATCHLEVEL = .36
VER = 2.6.32.36
PATCHLEVEL = .38
VER = 2.6.32.38
THISAPP = linux-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -68,7 +68,7 @@ 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-2e.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2e.tar.bz2
$(DL_FILE)_MD5 = 71cd2ab6060fb929fc0d81f4d13b88a8
$(DL_FILE)_MD5 = 7aee33b26864e31d5d0859d0ed10a88d
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

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
extract_files
#
KVER=2.6.32.36
KVER=2.6.32.38
ROOT=`mount | grep " / " | cut -d" " -f1`
ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
if [ ! -z $ROOTUUID ]; then

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
extract_files
#
KVER=2.6.32.36
KVER=2.6.32.38
ROOT=`mount | grep " / " | cut -d" " -f1`
ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
if [ ! -z $ROOTUUID ]; then