From 6f23e39ee2c62d91d0013caaaa21796d0056cff9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 15 Oct 2014 20:42:38 +0200 Subject: [PATCH] kernel: fix build for rpi. the eMMC patch is also inside of the rpi patchset from rpi-foundation so it cannot applied again. --- lfs/linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/linux b/lfs/linux index aba31cc0ec..4c72677d62 100644 --- a/lfs/linux +++ b/lfs/linux @@ -145,7 +145,10 @@ endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.39-add_libertas_uap.patch # mmc +ifneq "$(KCFG)" "-headers" + # 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 # mISDN Patches cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch -- 2.39.2