]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: updated to 3.2.37.
authorArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 17 Jan 2013 06:41:15 +0000 (07:41 +0100)
committerArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 17 Jan 2013 06:41:15 +0000 (07:41 +0100)
config/rootfiles/core/66/update.sh
lfs/linux

index 4a3f38d5be82ce2fd517e9ee5e8c2ead8b1ff66a..97fcf8f3bdfd35f8596f61425f9c7a5631f8fa68 100644 (file)
@@ -17,7 +17,7 @@
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2012 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2013 IPFire-Team <info@ipfire.org>.                        #
 #                                                                          #
 ############################################################################
 #
@@ -78,7 +78,7 @@ fi
 
 #
 #
-KVER="3.2.35"
+KVER="3.2.37"
 MOUNT=`grep "kernel" /boot/grub/grub.conf 2>/dev/null | tail -n 1 `
 # Nur den letzten Parameter verwenden
 echo $MOUNT > /dev/null
@@ -320,8 +320,8 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
                        "core-update-$core: WARNING not enough space for pae kernel."
        else
                echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae
-               echo "ProgVersion: 3.2.35" >> /opt/pakfire/db/installed/meta-linux-pae
-               echo "Release: 25"     >> /opt/pakfire/db/installed/meta-linux-pae
+               echo "ProgVersion: 3.2.37" >> /opt/pakfire/db/installed/meta-linux-pae
+               echo "Release: 26"     >> /opt/pakfire/db/installed/meta-linux-pae
        fi
 fi
 
index e85f21a4c4c72b9d06b9176c049ae5d9148210ce..2bdb9a5b33266258836ac6b2f0d1efb63fc1b772 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
 
 include Config
 
-VER           = 3.2.36
+VER           = 3.2.37
 
 RPI_PATCHES = linux-3.2.27-ada8b44
 
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 CFLAGS     =
 CXXFLAGS   =
 
-PAK_VER    = 26
+PAK_VER    = 27
 DEPS      = ""
 
 VERSUFIX=ipfire$(KCFG)
@@ -71,9 +71,10 @@ objects =$(DL_FILE) \
 $(DL_FILE)                             = $(URL_IPFIRE)/$(DL_FILE)
 rpi-patches-$(RPI_PATCHES).patch.xz    = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz
 
-$(DL_FILE)_MD5                         = 9b92ea2160a9a383fad7487b5cfd653b
+$(DL_FILE)_MD5                         = 741f0ee132734b8ed887ad1d87cc202b
 rpi-patches-$(RPI_PATCHES).patch.xz_MD5        = 966687ff27e450e04ff50e0da829dc00
 
+
 install : $(TARGET)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))