On Thu, 21 Oct 2021 at 22:54, Hauke Mehrtens <ha...@hauke-m.de> wrote:
>
> On 10/21/21 6:52 PM, Robert Marko wrote:
> > On Thu, 21 Oct 2021 at 18:30, Janusz Dziedzic <janusz.dzied...@gmail.com> 
> > wrote:
> >>
> >> czw., 21 paź 2021 o 17:54 Robert Marko <robima...@gmail.com> napisał(a):
> >>>
> >>> For PCI/USB bus level support there are per target feature flags that are 
> >>> set and then you can check if those are set so that you cant even select 
> >>> usb wlan driver if the target doesnt even have usb support enabled.
> >>>
> >> OK I see. Seems I can select all required kernel parts except:
> >> QCOM_QMI_HELPERS - which is slected when ath11k/mac80211 - and we get
> >> this from backports :)
> >>
> >> ATH11K [=n] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_ATH [=y] &&
> >> MAC80211 [=n] && HAS_DMA [=y] && CRYPTO_MICHAEL_MIC [=y]
> >>
> >> Seems kernel patch required to choose it manaully.
> >
> > Yes, I had to add text to the tristate as otherwise its hidden.
> >
> > Regards,
> > Robert
>
> You can create kmod packages for the kernel modules build by MHI_BUS,
> QRTR, QCOM_QMI_HELPERS and whatever you need. Then the ath11k package in
> OpenWrt selects them and it should build on all targets.

Yeah, that is my plan to package it in a target agnostic way.
Just lacking the time to do it.
>
> We already added a title text to other configuration symbols, see
> target/linux/generic/hack-5.10/251-kconfig.patch
>
> The hard part is known which patches to backport in addition. ;-)

I have identified a couple that are must have, but I am sure more will pop up.

Regards,
Robert
>
> Hauke

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to