From: Arne Fitzenreiter Date: Wed, 15 Oct 2014 18:42:38 +0000 (+0200) Subject: kernel: fix build for rpi. X-Git-Tag: v2.17-core87~103^2~32^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f23e39ee2c62d91d0013caaaa21796d0056cff9;p=ipfire-2.x.git kernel: fix build for rpi. the eMMC patch is also inside of the rpi patchset from rpi-foundation so it cannot applied again. --- 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