developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 1 | SUMMARY = "MediaTek Proprietary wifi driver logan package group for filogic boards" |
2 | |||||
3 | LICENSE = "MIT" | ||||
4 | |||||
5 | inherit packagegroup | ||||
6 | |||||
7 | DEPENDS = "libnl" | ||||
8 | |||||
9 | PACKAGES = " \ | ||||
10 | packagegroup-filogic-logan \ | ||||
11 | " | ||||
12 | |||||
13 | RDEPENDS_packagegroup-filogic-logan = " \ | ||||
14 | packagegroup-core-boot \ | ||||
15 | wireless-tools \ | ||||
developer | 8633905 | 2023-01-05 13:17:10 +0800 | [diff] [blame] | 16 | linux-mac80211 \ |
developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 17 | hostapd \ |
18 | wpa-supplicant \ | ||||
19 | wireless-regdb-static \ | ||||
developer | 8633905 | 2023-01-05 13:17:10 +0800 | [diff] [blame] | 20 | ubus \ |
21 | ubusd \ | ||||
developer | 6774a26 | 2023-05-20 08:22:18 +0800 | [diff] [blame] | 22 | uci \ |
23 | lua \ | ||||
24 | datconf \ | ||||
developer | 839fc60 | 2023-01-11 19:16:07 +0800 | [diff] [blame] | 25 | iwinfo \ |
26 | iw \ | ||||
27 | warp \ | ||||
28 | mt-wifi7 \ | ||||
29 | mt-hwifi\ | ||||
30 | mt-wifi-cmn \ | ||||
31 | mtfwd \ | ||||
32 | logan-insmod \ | ||||
developer | 7491a5b | 2023-02-16 16:09:27 +0800 | [diff] [blame] | 33 | mwctl \ |
developer | c590f21 | 2023-06-08 17:24:39 +0800 | [diff] [blame^] | 34 | ated-ext \ |
developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 35 | " |