buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rtl8189es: fix build failure due to missing Linux options
@ 2022-09-11 19:57 Giulio Benetti
  2022-09-11 20:18 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Giulio Benetti @ 2022-09-11 19:57 UTC (permalink / raw)
  To: buildroot; +Cc: Louis Aussedat, Giulio Benetti

This driver requires CONFIG_CFG80211 and CONFIG_MMC to build so let's add
them to RTL8189ES_LINUX_CONFIG_FIXUPS.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/rtl8189es/rtl8189es.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/rtl8189es/rtl8189es.mk b/package/rtl8189es/rtl8189es.mk
index 51477ccc97..a283852a11 100644
--- a/package/rtl8189es/rtl8189es.mk
+++ b/package/rtl8189es/rtl8189es.mk
@@ -13,5 +13,10 @@ RTL8189ES_MODULE_MAKE_OPTS = \
 	KVER=$(LINUX_VERSION_PROBED) \
 	KSRC=$(LINUX_DIR)
 
+define RTL8189ES_LINUX_CONFIG_FIXUPS
+	$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_MMC)
+endef
+
 $(eval $(kernel-module))
 $(eval $(generic-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-25 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-11 19:57 [Buildroot] [PATCH] package/rtl8189es: fix build failure due to missing Linux options Giulio Benetti
2022-09-11 20:18 ` Yann E. MORIN
2022-09-11 20:36   ` Giulio Benetti
2022-09-11 21:42     ` [Buildroot] [PATCH v2] " Giulio Benetti
2022-09-17 15:27       ` Thomas Petazzoni
2022-09-25 20:46       ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).