]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux
unbound: Silence error when upstream name servers cannot be read
[ipfire-2.x.git] / lfs / linux
index 270166c8b37bca39cd27d5256c55d5f5bf80ef57..b3ccb7af9a74dfbcda67d4f9f01be13b6853ba49 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -238,8 +238,11 @@ endif
 ifeq "$(KCFG)" "-rpi"
        # Apply Raspberry Pi kernel patches.
        cd $(DIR_APP) && xzcat $(DIR_DL)/rpi-patches-$(RPI_PATCHES).patch.xz | patch -Np1
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-rpi-suspend-not-inline.patch
 endif
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch
+
 ifeq "$(KCFG)" "-headers"
        # Install the header files
        cd $(DIR_APP) && make ARCH=$(HEADERS_ARCH) INSTALL_HDR_PATH=dest headers_install