All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] rtl8189es: new package
@ 2022-01-08 20:54 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2022-01-08 20:54 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=65da7755d9266f245b711a19dd97499594415bde
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This package adds the rtl8189es WiFi driver.
   repo: https://github.com/jwrdegoede/rtl8189ES_linux.git
   branch: master

Driver is known to support Realtek RTL8189ES-VB-CG chip.

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 DEVELOPERS                       |  1 +
 package/Config.in                |  1 +
 package/rtl8189es/Config.in      | 10 ++++++++++
 package/rtl8189es/rtl8189es.hash |  2 ++
 package/rtl8189es/rtl8189es.mk   | 17 +++++++++++++++++
 5 files changed, 31 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 2eeba07002..c0ea5777f2 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1665,6 +1665,7 @@ F:	package/python-dnspython/
 F:	package/python-future/
 F:	package/python-huepy/
 F:	package/python-tqdm/
+F:	package/rtl8189es/
 
 N:	Louis-Paul Cordier <lpdev@cordier.org>
 F:	package/intel-gmmlib/
diff --git a/package/Config.in b/package/Config.in
index d32a87fe20..c933f51d10 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -554,6 +554,7 @@ endmenu
 	source "package/rs485conf/Config.in"
 	source "package/rtc-tools/Config.in"
 	source "package/rtl8188eu/Config.in"
+	source "package/rtl8189es/Config.in"
 	source "package/rtl8189fs/Config.in"
 	source "package/rtl8723bs/Config.in"
 	source "package/rtl8723bu/Config.in"
diff --git a/package/rtl8189es/Config.in b/package/rtl8189es/Config.in
new file mode 100644
index 0000000000..2e3474e5e1
--- /dev/null
+++ b/package/rtl8189es/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_RTL8189ES
+	bool "rtl8189es"
+	depends on BR2_LINUX_KERNEL
+	help
+	  Wireless driver rtl8189es.
+
+	  https://github.com/jwrdegoede/rtl8189ES_linux.git
+
+comment "rtl8189es needs a Linux kernel to be built"
+	depends on !BR2_LINUX_KERNEL
diff --git a/package/rtl8189es/rtl8189es.hash b/package/rtl8189es/rtl8189es.hash
new file mode 100644
index 0000000000..624c51ac0d
--- /dev/null
+++ b/package/rtl8189es/rtl8189es.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  bf972b6494844c66885dc6846228994fac6075477cf9a7122ffd521e25ac791c  rtl8189es-2c8d44ae26485052f39d933a3a132b3ff395803a.tar.gz
diff --git a/package/rtl8189es/rtl8189es.mk b/package/rtl8189es/rtl8189es.mk
new file mode 100644
index 0000000000..9e4053ae83
--- /dev/null
+++ b/package/rtl8189es/rtl8189es.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# rtl8189es
+#
+################################################################################
+
+RTL8189ES_VERSION = 2c8d44ae26485052f39d933a3a132b3ff395803a
+RTL8189ES_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189ES_VERSION))
+RTL8189ES_LICENSE = GPL-2.0
+
+RTL8189ES_MODULE_MAKE_OPTS = \
+	CONFIG_RTL8189ES=m \
+	KVER=$(LINUX_VERSION_PROBED) \
+	KSRC=$(LINUX_DIR)
+
+$(eval $(kernel-module))
+$(eval $(generic-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-08 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 20:54 [Buildroot] [git commit] rtl8189es: new package Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.