mirror of https://github.com/parazyd/arm-sdk.git
Handle chromeveyron patches the same way with a for loop.
This commit is contained in:
parent
a04700dd93
commit
4b036dec4a
|
|
@ -81,8 +81,9 @@ build_kernel_armhf() {
|
||||||
pushd $R/tmp/kernels/$device_name/${device_name}-linux
|
pushd $R/tmp/kernels/$device_name/${device_name}-linux
|
||||||
|
|
||||||
notice "patching kernel"
|
notice "patching kernel"
|
||||||
patch -p1 --no-backup-if-mismatch < $R/extra/patches/0001-UPSTREAM-soc-rockchip-add-handler-for-usb-uart-funct.patch
|
for i in $R/extra/patches/linux-chromeveyron-patches/*.patch ; do
|
||||||
patch -p1 --no-backup-if-mismatch < $R/extra/patches/0002-fix-brcmfmac-oops-and-race-condition.patch
|
patch -p1 < "$i"
|
||||||
|
done
|
||||||
|
|
||||||
#WIFIVERSION="-3.8" make multi_v7_defconfig || zerr
|
#WIFIVERSION="-3.8" make multi_v7_defconfig || zerr
|
||||||
copy-kernel-config
|
copy-kernel-config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue