Re: [OpenWrt-Devel] [PATCH 1/2] mac80211: add rtw88 driver

2019-10-21 Thread John Crispin
On 21/10/2019 21:31, David Bauer wrote: Hello John On 10/21/19 9:22 PM, John Crispin wrote: On 21/10/2019 21:13, David Bauer wrote: +config-$(call config_package,rtw88) += RTW88 +config-y += RTW88_CORE RTW88_PCI RTW88_8822BE RTW88_8822CE + why not put it all behind config-$(call config_packa

Re: [OpenWrt-Devel] [PATCH 1/2] mac80211: add rtw88 driver

2019-10-21 Thread David Bauer
Hello John On 10/21/19 9:22 PM, John Crispin wrote: > On 21/10/2019 21:13, David Bauer wrote: >> +config-$(call config_package,rtw88) += RTW88 >> +config-y += RTW88_CORE RTW88_PCI RTW88_8822BE RTW88_8822CE >> + > > why not put it all behind config-$(call config_package,rtw88) ? of course > kbuil

Re: [OpenWrt-Devel] [PATCH 1/2] mac80211: add rtw88 driver

2019-10-21 Thread John Crispin
On 21/10/2019 21:13, David Bauer wrote: +config-$(call config_package,rtw88) += RTW88 +config-y += RTW88_CORE RTW88_PCI RTW88_8822BE RTW88_8822CE + why not put it all behind config-$(call config_package,rtw88) ? of course kbuild will "is not set it" if the prior is not selected but you could

[OpenWrt-Devel] [PATCH 1/2] mac80211: add rtw88 driver

2019-10-21 Thread David Bauer
This commits adds packaging for the new RTW88 driver from Realtek. It supports the Realtek 8822BE/8822CE PCIe wireless chips. For operation, the complementary firmware has to be loaded. Signed-off-by: David Bauer --- package/kernel/mac80211/realtek.mk | 14 +- 1 file changed, 13 ins