sys-boot/u-boot: fix patching
This commit is contained in:
parent
f6984f9107
commit
4140ec1b8c
1 changed files with 3 additions and 3 deletions
|
@ -38,14 +38,14 @@ uboot_get_defconfig() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
epatch "${FILESDIR}/rk3399-all.boot-order-usb-sd-mmc.patch"
|
eapply "${FILESDIR}/rk3399-all.boot-order-usb-sd-mmc.patch"
|
||||||
|
|
||||||
if use uboot_defconfigs_pinebook-pro-rk3399; then
|
if use uboot_defconfigs_pinebook-pro-rk3399; then
|
||||||
epatch "${FILESDIR}/rk3399-pinebook-pro.power-led.patch"
|
eapply "${FILESDIR}/rk3399-pinebook-pro.power-led.patch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use uboot_defconfigs_nanopi-m4v2-rk3399; then
|
if use uboot_defconfigs_nanopi-m4v2-rk3399; then
|
||||||
epatch "${FILESDIR}/rk3399-nanopi-m4v2.add.patch"
|
eapply "${FILESDIR}/rk3399-nanopi-m4v2.add.patch"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue