]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kernel: fix build for rpi.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 15 Oct 2014 18:42:38 +0000 (20:42 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 15 Oct 2014 18:42:38 +0000 (20:42 +0200)
the eMMC patch is also inside of the rpi patchset from rpi-foundation so it cannot applied again.

lfs/linux

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