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 \ |
developer | 76dd707 | 2023-07-19 15:09:48 +0800 | [diff] [blame] | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ccn34', '', 'warp', d)} \ |
developer | 839fc60 | 2023-01-11 19:16:07 +0800 | [diff] [blame] | 28 | mt-wifi7 \ |
developer | 76dd707 | 2023-07-19 15:09:48 +0800 | [diff] [blame] | 29 | mt-hwifi \ |
developer | 839fc60 | 2023-01-11 19:16:07 +0800 | [diff] [blame] | 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 | d17941b | 2023-07-06 15:06:27 +0800 | [diff] [blame] | 35 | switch \ |
developer | f2bb834 | 2023-08-11 13:34:40 +0800 | [diff] [blame] | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'ccn34', 'ioctl-test', '', d)} \ |
developer | a20438f | 2023-08-11 16:40:59 +0800 | [diff] [blame^] | 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'ccn34', 'tops', '', d)} \ |
| 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'ccn34', 'tops-insmod', '', d)} \ |
developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 39 | " |