blob: 01e962e625aa16b46ad6f2b0c16565e8f226e528 [file] [log] [blame]
developerc27ead32023-01-03 16:32:58 +08001SUMMARY = "Custom wifi driver mt76 image package group for filogic boards"
developer3d785cd2022-05-05 16:20:47 +08002
3LICENSE = "MIT"
4
5inherit packagegroup
6
developer3d785cd2022-05-05 16:20:47 +08007
8PACKAGES = " \
developerc27ead32023-01-03 16:32:58 +08009 packagegroup-filogic-mt76 \
developer3d785cd2022-05-05 16:20:47 +080010 "
11
developerc27ead32023-01-03 16:32:58 +080012RDEPENDS_packagegroup-filogic-mt76 = " \
developer3d785cd2022-05-05 16:20:47 +080013 packagegroup-core-boot \
14 wireless-tools \
developer90379572024-05-29 17:23:20 +080015 ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','hostapd',d)} \
16 ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','wpa-supplicant',d)} \
developer3d785cd2022-05-05 16:20:47 +080017 wireless-regdb-static \
18 linux-mac80211 \
developer3d785cd2022-05-05 16:20:47 +080019 linux-mt76 \
developer3d785cd2022-05-05 16:20:47 +080020 iw \
developerd1ddf8e2022-06-27 19:50:04 +080021 ubus \
22 ubusd \
developer90379572024-05-29 17:23:20 +080023 ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','','usteer',d)} \
developer2c998772022-08-08 14:29:24 +080024 uci \
developer4ff99122022-08-23 10:13:45 +080025 mt76-vendor \
developer90379572024-05-29 17:23:20 +080026 ${@bb.utils.contains('DISTRO_FEATURES','OneWifi','vts','wifi-test-tool',d)} \
developer22b79c52022-10-11 13:23:55 +080027 atenl \
developer303006d2022-10-31 14:38:22 +080028 mt76-test \
developer77d26402022-11-18 13:53:18 +080029 iwinfo \
developer3d785cd2022-05-05 16:20:47 +080030 "