From: Arne Fitzenreiter Date: Sun, 26 Jan 2014 11:32:15 +0000 (+0100) Subject: kernel: update to 3.10.28. X-Git-Tag: v2.15-beta2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa37e705d96ae4b09e357dd869c5911b66b7b4d7;p=people%2Fms%2Fipfire-2.x.git kernel: update to 3.10.28. --- diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index cf0d2f96d8..b36cff7ffa 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -71,7 +71,7 @@ esac # # -KVER="3.10.27" +KVER="3.10.28" MOUNT=`grep "kernel" /boot/grub/grub.conf 2>/dev/null | tail -n 1 ` # Nur den letzten Parameter verwenden echo $MOUNT > /dev/null @@ -382,6 +382,7 @@ echo '/usr/bin/logger -p syslog.emerg -t ipfire "Check it before reboot !!!"' >> echo '/usr/bin/logger -p syslog.emerg -t ipfire " *** Please reboot... *** "' >> /tmp/pak_update echo 'touch /var/run/need_reboot ' >> /tmp/pak_update # +killall -KILL pak_update chmod +x /tmp/pak_update /tmp/pak_update & diff --git a/lfs/linux b/lfs/linux index 0ab282fba9..52853c739f 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,10 +24,10 @@ include Config -VER = 3.10.27 +VER = 3.10.28 RPI_PATCHES = linux-3.10.27-grsec-943b563 -GRS_PATCHES = grsecurity-2.9.1-3.10.27-ipfire1.patch.xz +GRS_PATCHES = grsecurity-2.9.1-3.10.28-ipfire1.patch.xz THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -36,7 +36,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS = -PAK_VER = 32 +PAK_VER = 33 DEPS = "" VERSUFIX=ipfire$(KCFG) @@ -74,9 +74,9 @@ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES) -$(DL_FILE)_MD5 = 4edaaea57dc940969c54ac249e49f7e7 +$(DL_FILE)_MD5 = 789a39e8a381a60e46fe922cb66d77e2 rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 8cf81f48408306d93ccee59b58af2e92 -$(GRS_PATCHES)_MD5 = a83aad5c389ea9a496ba41608267d3dc +$(GRS_PATCHES)_MD5 = ebbcee19d1231da81f7238de703ff911 install : $(TARGET)