From: Arne Fitzenreiter Date: Wed, 11 Aug 2010 21:20:38 +0000 (+0200) Subject: Kernel update (2.6.32.18). X-Git-Tag: v2.9-beta1~48^2~5^2~2^2~128 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=8c6a5756c900dfa1e918cd3499498921f6a5ccfb;hp=99555458ad1defb46fa59fb7a7f7ce52001d0ff4;ds=sidebyside Kernel update (2.6.32.18). --- diff --git a/lfs/linux b/lfs/linux index 0e452703e2..953ba157d9 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -PATCHLEVEL = .17 -VER = 2.6.32.17 +PATCHLEVEL = .18 +VER = 2.6.32.18 THISAPP = linux-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -66,7 +66,7 @@ reiser4-for-2.6.32.patch.bz2 = $(URL_IPFIRE)/reiser4-for-2.6.32.patch.bz2 squashfs-lzma-linux-2.6.32-kernel-patches.tar.bz2 = $(URL_IPFIRE)/squashfs-lzma-linux-2.6.32-kernel-patches.tar.bz2 xen-patches-2.6.32-2a.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2a.tar.bz2 -$(DL_FILE)_MD5 = 33e4f0d69e5d4cb0c1bb2357b27a05be +$(DL_FILE)_MD5 = 8c8b82d4bf607ddb233deaf7f1c44f0f 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 diff --git a/src/paks/linux-xen/install.sh b/src/paks/linux-xen/install.sh index eb2285b1e0..4313f23505 100644 --- a/src/paks/linux-xen/install.sh +++ b/src/paks/linux-xen/install.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files # -KVER=2.6.32.15 +KVER=2.6.32.18 ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1` MOUNT=`grep "kernel" /boot/grub/grub.conf | tail -n 1` # Nur den letzten Parameter verwenden