blob: 2422b30ac01810278908aff8e383da35b7167ec3 [file] [log] [blame]
developer5968ad52022-06-27 19:47:13 +08001SRC_URI_remove = "file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch"
2
developer1a173672023-12-21 14:49:33 +08003wifi6_ver = "b14c4688612c05c78ce984d7bde633bce8703b1e"
developer66e89bc2024-04-23 14:50:01 +08004wifi7_ver = "eb9bcb64185ac155c02cc1a604692c4b00368324"
developer1a173672023-12-21 14:49:33 +08005
6SRCREV = "${@bb.utils.contains('DISTRO_FEATURES', 'wifi_eht', '${wifi7_ver}', '${wifi6_ver}', d)}"