From 78c8dfb9d5a9f5c7988b8101f30f3d6ae35c9d06 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Fri, 16 Jun 2017 16:34:29 +0200 Subject: [PATCH] only patch in realtek-8189fs wifi for the orange-pi-lite --- .../meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend index 5756c79..3c88ed0 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend @@ -8,5 +8,8 @@ PV = "4.10.0+git${SRCPV}" SRCREV_pn-${PN} = "e43efb1d77fddf5d472dca84c58e706d3f9d5499" SRC_URI_append = "git://github.com/megous/linux.git;protocol=git;branch=orange-pi-4.10 \ file://add-thermal-otg-wireless-opi-lite.patch \ +" + +SRC_URI_append_orange-pi-lite = " \ file://add-realtek-8189fs-driver.patch \ " \ No newline at end of file