]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/blobdiff - lfs/linux
kernel: rpi build fix
[people/mlorenz/ipfire-2.x.git] / lfs / linux
index 270166c8b37bca39cd27d5256c55d5f5bf80ef57..2900c99005cf74fc2fe8fee2d70b88c79b49eadc 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -238,6 +238,7 @@ 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
 
 ifeq "$(KCFG)" "-headers"