Re: [PATCH 0/9] rtw88: Add support for RTL8723CS/RTL8703B

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 02.02.24 um 21:19 schrieb Pavel Machek:
Can I get you to apply this?

Done, good idea!

diff --git a/Makefile b/Makefile
index 1f8e8b6..fbc1f14 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@ firmware_files = rtw8703b_ap_fw.bin \

  all: $(firmware_files)

+install: $(firmware_files)
+	sudo mkdir /lib/firmware/rtw88/
+	sudo cp $(firmware_files) /lib/firmware/rtw88/
+
  %.o: %.c
  	gcc -fPIC -DCONFIG_RTL8703B -c -o $@ $<








[Index of Archives]     [Linux Memonry Technology]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux