From dbd34ac0f274469b2150c01d1929bbc7e8d239af Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 24 Oct 2014 11:58:00 +0200 Subject: [PATCH] kernel: fix build on rpi. --- lfs/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/linux b/lfs/linux index 4c72677d62..1491cd64b1 100644 --- a/lfs/linux +++ b/lfs/linux @@ -145,7 +145,7 @@ endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.39-add_libertas_uap.patch # mmc -ifneq "$(KCFG)" "-headers" +ifneq "$(KCFG)" "-rpi" # this patch is also in the rpi patchset. cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.57-mmc_add_eMMC_5.x.patch endif -- 2.39.2