Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options
@ 2022-05-09 15:30 TIAN Yuanhao
  2022-05-10 21:04 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TIAN Yuanhao @ 2022-05-09 15:30 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli, TIAN Yuanhao

Enable Linux kernel configuration options required by the driver.

Fixes:
 - http://autobuild.buildroot.org/results/951/9514704d6d44fc1b5dd188eac06b269427d3dee2
 - http://autobuild.buildroot.org/results/9ea/9ea060cc35e859ebc73c65fe2d1f7478f9b4fa8d
 - http://autobuild.buildroot.org/results/658/658c06f8125613b56511d3351cdfd3d8e19d48da

Reported-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
 package/rtl8188eu/rtl8188eu.mk | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
index fa420b0d57..ebce4617ac 100644
--- a/package/rtl8188eu/rtl8188eu.mk
+++ b/package/rtl8188eu/rtl8188eu.mk
@@ -10,6 +10,14 @@ RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
 RTL8188EU_LICENSE_FILES = COPYING
 RTL8188EU_MODULE_MAKE_OPTS = CONFIG_RTL8188EU=m
 
+define RTL8188EU_LINUX_CONFIG_FIXUPS
+	$(call KCONFIG_ENABLE_OPT,CONFIG_NET)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_WIRELESS)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_USB_SUPPORT)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_USB)
+endef
+
 define RTL8188EU_INSTALL_FIRMWARE
 	$(INSTALL) -D -m 644 $(@D)/rtl8188eufw.bin \
 		$(TARGET_DIR)/lib/firmware/rtlwifi/rtl8188eufw.bin
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options
  2022-05-09 15:30 [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options TIAN Yuanhao
@ 2022-05-10 21:04 ` Luca Ceresoli
  2022-05-13 21:39 ` Arnout Vandecappelle
  2022-05-28 19:22 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli @ 2022-05-10 21:04 UTC (permalink / raw)
  To: TIAN Yuanhao, buildroot

Hi Tian,

On 09/05/22 17:30, TIAN Yuanhao wrote:
> Enable Linux kernel configuration options required by the driver.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/951/9514704d6d44fc1b5dd188eac06b269427d3dee2
>  - http://autobuild.buildroot.org/results/9ea/9ea060cc35e859ebc73c65fe2d1f7478f9b4fa8d
>  - http://autobuild.buildroot.org/results/658/658c06f8125613b56511d3351cdfd3d8e19d48da
> 
> Reported-by: Luca Ceresoli <luca@lucaceresoli.net>
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

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

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

* Re: [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options
  2022-05-09 15:30 [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options TIAN Yuanhao
  2022-05-10 21:04 ` Luca Ceresoli
@ 2022-05-13 21:39 ` Arnout Vandecappelle
  2022-05-28 19:22 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2022-05-13 21:39 UTC (permalink / raw)
  To: TIAN Yuanhao, buildroot; +Cc: Luca Ceresoli



On 09/05/2022 17:30, TIAN Yuanhao wrote:
> Enable Linux kernel configuration options required by the driver.
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/951/9514704d6d44fc1b5dd188eac06b269427d3dee2
>   - http://autobuild.buildroot.org/results/9ea/9ea060cc35e859ebc73c65fe2d1f7478f9b4fa8d
>   - http://autobuild.buildroot.org/results/658/658c06f8125613b56511d3351cdfd3d8e19d48da
> 
> Reported-by: Luca Ceresoli <luca@lucaceresoli.net>
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
> ---
>   package/rtl8188eu/rtl8188eu.mk | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
> index fa420b0d57..ebce4617ac 100644
> --- a/package/rtl8188eu/rtl8188eu.mk
> +++ b/package/rtl8188eu/rtl8188eu.mk
> @@ -10,6 +10,14 @@ RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
>   RTL8188EU_LICENSE_FILES = COPYING
>   RTL8188EU_MODULE_MAKE_OPTS = CONFIG_RTL8188EU=m
>   
> +define RTL8188EU_LINUX_CONFIG_FIXUPS
> +	$(call KCONFIG_ENABLE_OPT,CONFIG_NET)
> +	$(call KCONFIG_ENABLE_OPT,CONFIG_WIRELESS)

  This option depends on !S390, so I added !BR2_s390x to Config.in.

  Regards,
  Arnout

> +	$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
> +	$(call KCONFIG_ENABLE_OPT,CONFIG_USB_SUPPORT)
> +	$(call KCONFIG_ENABLE_OPT,CONFIG_USB)
> +endef
> +
>   define RTL8188EU_INSTALL_FIRMWARE
>   	$(INSTALL) -D -m 644 $(@D)/rtl8188eufw.bin \
>   		$(TARGET_DIR)/lib/firmware/rtlwifi/rtl8188eufw.bin
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options
  2022-05-09 15:30 [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options TIAN Yuanhao
  2022-05-10 21:04 ` Luca Ceresoli
  2022-05-13 21:39 ` Arnout Vandecappelle
@ 2022-05-28 19:22 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-05-28 19:22 UTC (permalink / raw)
  To: TIAN Yuanhao; +Cc: Luca Ceresoli, buildroot

>>>>> "TIAN" == TIAN Yuanhao <tianyuanhao3@163.com> writes:

 > Enable Linux kernel configuration options required by the driver.
 > Fixes:
 >  - http://autobuild.buildroot.org/results/951/9514704d6d44fc1b5dd188eac06b269427d3dee2
 >  - http://autobuild.buildroot.org/results/9ea/9ea060cc35e859ebc73c65fe2d1f7478f9b4fa8d
 >  - http://autobuild.buildroot.org/results/658/658c06f8125613b56511d3351cdfd3d8e19d48da

 > Reported-by: Luca Ceresoli <luca@lucaceresoli.net>
 > Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-05-28 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 15:30 [Buildroot] [PATCH 1/1] package/rtl8188eu: enable required kernel options TIAN Yuanhao
2022-05-10 21:04 ` Luca Ceresoli
2022-05-13 21:39 ` Arnout Vandecappelle
2022-05-28 19:22 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox