developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 1 | SUMMARY = "Custom wifi driver mt76 image package group for filogic boards" |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 2 | |
| 3 | LICENSE = "MIT" |
| 4 | |
| 5 | inherit packagegroup |
| 6 | |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 7 | |
| 8 | PACKAGES = " \ |
developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 9 | packagegroup-filogic-mt76 \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 10 | " |
| 11 | |
developer | c27ead3 | 2023-01-03 16:32:58 +0800 | [diff] [blame] | 12 | RDEPENDS_packagegroup-filogic-mt76 = " \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 13 | packagegroup-core-boot \ |
| 14 | wireless-tools \ |
developer | 9037957 | 2024-05-29 17:23:20 +0800 | [diff] [blame^] | 15 | ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','hostapd',d)} \ |
| 16 | ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','wpa-supplicant',d)} \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 17 | wireless-regdb-static \ |
| 18 | linux-mac80211 \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 19 | linux-mt76 \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 20 | iw \ |
developer | d1ddf8e | 2022-06-27 19:50:04 +0800 | [diff] [blame] | 21 | ubus \ |
| 22 | ubusd \ |
developer | 9037957 | 2024-05-29 17:23:20 +0800 | [diff] [blame^] | 23 | ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','usteer',d)} \ |
developer | 2c99877 | 2022-08-08 14:29:24 +0800 | [diff] [blame] | 24 | uci \ |
developer | 4ff9912 | 2022-08-23 10:13:45 +0800 | [diff] [blame] | 25 | mt76-vendor \ |
developer | 9037957 | 2024-05-29 17:23:20 +0800 | [diff] [blame^] | 26 | ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','vts','wifi-test-tool',d)} \ |
developer | 22b79c5 | 2022-10-11 13:23:55 +0800 | [diff] [blame] | 27 | atenl \ |
developer | 303006d | 2022-10-31 14:38:22 +0800 | [diff] [blame] | 28 | mt76-test \ |
developer | 77d2640 | 2022-11-18 13:53:18 +0800 | [diff] [blame] | 29 | iwinfo \ |
developer | 3d785cd | 2022-05-05 16:20:47 +0800 | [diff] [blame] | 30 | " |