mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
kernel: fix build for rpi.
the eMMC patch is also inside of the rpi patchset from rpi-foundation so it cannot applied again.
This commit is contained in:
@@ -145,7 +145,10 @@ endif
|
|||||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.39-add_libertas_uap.patch
|
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.39-add_libertas_uap.patch
|
||||||
|
|
||||||
# mmc
|
# 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
|
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.57-mmc_add_eMMC_5.x.patch
|
||||||
|
endif
|
||||||
|
|
||||||
# mISDN Patches
|
# mISDN Patches
|
||||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch
|
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user