From 4c53d2400be71d5beeb02b297935cbbd82baf037 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Thu, 13 Jul 2017 13:17:27 +0200 Subject: [PATCH] linux_%.bbappend: add 8189fs defconfig for the orange pi lite only --- .../recipes-kernel/linux/linux_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend index 3ba0e97..25df814 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend @@ -33,4 +33,12 @@ RESIN_CONFIGS[configfs] ?= " \ RESIN_CONFIGS_DEPS[configfs] ?= " \ CONFIG_OF_OVERLAY=y \ + " + +RESIN_CONFIGS_append_orange-pi-lite = " \ + 8189fs \ + " + +RESIN_CONFIGS[8189fs] ?= " \ + CONFIG_RTL8189FS=m \ " \ No newline at end of file