kernel: update to 3.14.30.

This commit is contained in:
Arne Fitzenreiter
2015-01-29 07:47:16 +01:00
parent ae2b566f90
commit 4165a41e84
8 changed files with 21 additions and 5757 deletions

View File

@@ -24,11 +24,11 @@
include Config
VER = 3.14.29
VER = 3.14.30
RPI_PATCHES = 3.14.29-grsec-ipfire1
A7M_PATCHES = 3.14.29-grsec-ipfire1
GRS_PATCHES = grsecurity-3.0-3.14.29-201501182217.patch.xz
RPI_PATCHES = 3.14.30-grsec-ipfire1
A7M_PATCHES = 3.14.30-grsec-ipfire1
GRS_PATCHES = grsecurity-3.0-3.14.30-201501272307.patch.xz
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -37,7 +37,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
CFLAGS =
CXXFLAGS =
PAK_VER = 56
PAK_VER = 57
DEPS = ""
VERSUFIX=ipfire$(KCFG)
@@ -77,10 +77,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
$(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
$(DL_FILE)_MD5 = a745f70181b573a34579d685ca16370e
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = a3eddb2183aea4f8fa82fff9ebc14df3
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 45f550a7f0d8ee4d6a1aab53efc2ad05
$(GRS_PATCHES)_MD5 = c60550bc1b435412757497d771e280e9
$(DL_FILE)_MD5 = 5926982f20bbef0988fca03b92fe43a5
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 983293824ca8e68ced3a097bc9bdefb5
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = efcfe5889f120d879387dd4ebe881587
$(GRS_PATCHES)_MD5 = d3c9518ca3d5f5225cd624f94116397a
install : $(TARGET)
@@ -172,9 +172,6 @@ ifeq "$(KCFG)" "-multi"
# Apply Arm7-multiarch kernel patches.
cd $(DIR_APP) && xzcat $(DIR_DL)/arm7-multi-patches-$(A7M_PATCHES).patch.xz | patch -Np1
# After next kernel update this patch will included to arm7-multi patchset.
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.x-lamobo-r1.patch
# Install switch api userspace header
cd $(DIR_APP) && install -v -m644 include/uapi/linux/switch.h /usr/include/linux/
endif