kernel: add support for lamobo-r1.

This commit is contained in:
Arne Fitzenreiter
2015-01-27 19:11:57 +01:00
parent f8cdaa1084
commit 7726e3a66b
3 changed files with 5745 additions and 3 deletions

View File

@@ -171,6 +171,9 @@ ifeq "$(KCFG)" "-multi"
# Apply Arm7-multiarch kernel patches.
cd $(DIR_APP) && xzcat $(DIR_DL)/arm7-multi-patches-$(A7M_PATCHES).patch.xz | patch -Np1
# After next kernel update this patch will included to arm7-multi patchset.
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.x-lamobo-r1.patch
endif
ifeq "$(KCFG)" "-rpi"