kernel: Update layer7 patch.

Brings back the /proc interface and is supposed to
fix a memory leak.
This commit is contained in:
Michael Tremer
2014-03-30 23:26:29 +02:00
parent 8089b78d9d
commit af8c09ff38
2 changed files with 174 additions and 195 deletions

View File

@@ -118,7 +118,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10-ipp2p-0.8.2-ipfire.patch
# Layer7-patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/netfilter_layer7_2.22_kernel3.10-no_proc_interface.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10-layer7-filter.patch
# Grsecurity-patches
ifneq "$(KCFG)" "-headers"