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