developer | bc262d5 | 2022-06-27 19:47:13 +0800 | [diff] [blame] | 1 | SRC_URI_remove = "file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch" |
2 | |||||
developer | d243af0 | 2023-12-21 14:49:33 +0800 | [diff] [blame^] | 3 | wifi6_ver = "b14c4688612c05c78ce984d7bde633bce8703b1e" |
4 | wifi7_ver = "ca3f6d0cdb1e588283c42d039779ceab303ceef2" | ||||
5 | |||||
6 | SRCREV = "${@bb.utils.contains('DISTRO_FEATURES', 'wifi_eht', '${wifi7_ver}', '${wifi6_ver}', d)}" |