From: Arne Fitzenreiter Date: Fri, 24 Oct 2014 09:58:00 +0000 (+0200) Subject: kernel: fix build on rpi. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fkernel-test;p=people%2Farne_f%2Fipfire-2.x.git kernel: fix build on rpi. --- diff --git a/lfs/linux b/lfs/linux index 4c72677d6..1491cd64b 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