]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kernel: fix build on rpi.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Oct 2014 09:58:00 +0000 (11:58 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Oct 2014 09:58:00 +0000 (11:58 +0200)
lfs/linux

index 4c72677d623d62108901d533268d3141ff93e1b1..1491cd64b109a32268281792e92421ff62346c17 100644 (file)
--- 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