From a0be3febef2aab84a3bc6abf49c337ee6e484118 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 15 Jul 2024 17:27:43 +0800 Subject: [PATCH] Yocto:IGKBoard-All: Add rtl8188fu and rtl8723du USB WiFi module driver --- .gitignore | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6eac3b5..08932a1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,19 @@ # yocto files yocto/**/*.patch yocto/mickledore-*/ +yocto/**/config-*.txt + +# driver files +drivers/**/rtl8188fu +drivers/**/rtl8723du # image files images/rootfs-* +images/yocto-*.img +images/yocto-*.wic # common files tarballs install +bak +*.ko -- Gitblit v1.9.1