balena-allwinner/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_4.19%.bbappend
Vicentiu Galanopulo 169b8cf968 linux: Add dts wifi patch for orangepi-zero
The patch with the same name from meta-sunxi is
not applying anymore so we remove from SRC_URI
and add an updated version in meta-balena-allwiner.

Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
2019-10-10 11:50:43 +02:00

9 lines
263 B
Text

inherit kernel-resin
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-mainline-4.19:"
SRC_URI_remove_orange-pi-zero = "\
file://0001-add-wifi-support.patch \
"
SRC_URI_append_orange-pi-zero = "\
file://0001-add-wifi-support.patch \
"