kernel: update to 4.9.25

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2017-04-27 22:20:28 +02:00
parent bfa3e3378e
commit deb67378fd

View File

@@ -24,10 +24,10 @@
include Config include Config
VER = 4.9.24 VER = 4.9.25
RPI_PATCHES = 3.14.79-grsec-ipfire1 RPI_PATCHES = 3.14.79-grsec-ipfire1
A7M_PATCHES = 3.14.79-grsec-ipfire1 A7M_PATCHES = 3.14.79-grsec-ipfire1
GRS_PATCHES = grsecurity-3.1-4.9.24-201704220732.patch.xz GRS_PATCHES = grsecurity-3.1-4.9.25-ipfire1.patch.xz
THISAPP = linux-$(VER) THISAPP = linux-$(VER)
@@ -83,10 +83,10 @@ rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).
arm7-multi-patches-$(A7M_PATCHES).patch.xz = $(URL_IPFIRE)/arm7-multi-patches-$(A7M_PATCHES).patch.xz arm7-multi-patches-$(A7M_PATCHES).patch.xz = $(URL_IPFIRE)/arm7-multi-patches-$(A7M_PATCHES).patch.xz
$(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES) $(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
$(DL_FILE)_MD5 = eca2ff01d91008f2d11a69cef302778b $(DL_FILE)_MD5 = 4d22291828e5d0e35d8aca240a7cd58d
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = a02a7fd54c642c1e3578a00ed22f54f8 rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = a02a7fd54c642c1e3578a00ed22f54f8
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 6c3b11e51caa278dbeacd1e23c2b171b arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 6c3b11e51caa278dbeacd1e23c2b171b
$(GRS_PATCHES)_MD5 = 0a57ff04ca62850252732b734b6bb398 $(GRS_PATCHES)_MD5 = 438ea94a86530482c1345de370201e70
install : $(TARGET) install : $(TARGET)