mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
19
lfs/linux
19
lfs/linux
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.14.77
|
||||
RPI_PATCHES = 3.14.77-grsec-ipfire1
|
||||
A7M_PATCHES = 3.14.77-grsec-ipfire1
|
||||
GRS_PATCHES = grsecurity-3.1ipfire-3.14.77-v1.patch.xz
|
||||
VER = 3.14.79
|
||||
RPI_PATCHES = 3.14.79-grsec-ipfire1
|
||||
A7M_PATCHES = 3.14.79-grsec-ipfire1
|
||||
GRS_PATCHES = grsecurity-3.1ipfire-3.14.79-v1.patch.xz
|
||||
|
||||
|
||||
THISAPP = linux-$(VER)
|
||||
@@ -37,7 +37,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
CFLAGS =
|
||||
CXXFLAGS =
|
||||
|
||||
PAK_VER = 71
|
||||
PAK_VER = 72
|
||||
DEPS = ""
|
||||
|
||||
KERNEL_ARCH = $(MACHINE)
|
||||
@@ -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
|
||||
$(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
|
||||
|
||||
$(DL_FILE)_MD5 = 7ecb8518498d0666a7b88f359e566f4c
|
||||
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 3213020a9627ea73cc9668e2db4ff8a4
|
||||
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 56949a37637656d5ea23658cc9222f64
|
||||
$(GRS_PATCHES)_MD5 = 5ed67f97c3b0de1b290f9155eb166c56
|
||||
$(DL_FILE)_MD5 = ec5b09d8ad2ebf92e6f51a727a338559
|
||||
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = a02a7fd54c642c1e3578a00ed22f54f8
|
||||
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = 6c3b11e51caa278dbeacd1e23c2b171b
|
||||
$(GRS_PATCHES)_MD5 = 7fe448b53558082395f68c5db94af1a7
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -132,7 +132,6 @@ ifneq "$(KCFG)" "-headers"
|
||||
cd $(DIR_APP) && xz -c -d $(DIR_DL)/$(GRS_PATCHES) | patch -Np1
|
||||
cd $(DIR_APP) && rm localversion-grsec
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.7-disable-compat_vdso.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.77-gsrec_tcp_input_access_once_rw.patch
|
||||
endif
|
||||
|
||||
# DVB Patches
|
||||
|
||||
Reference in New Issue
Block a user