Skip to content

Commit 4e901d1

Browse files
committed
asahi_firmware.wifi: Extract firmware signatures
Signed-off-by: Hector Martin <[email protected]>
1 parent 53175af commit 4e901d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

asahi_firmware/wifi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class WiFiFWCollection(object):
3131
"txt": "txt",
3232
"clmb": "clm_blob",
3333
"txcb": "txcap_blob",
34+
"sig": "sig",
3435
}
3536
DIMS = ["C", "s", "P", "M", "V", "m", "A"]
3637
def __init__(self, source_path):

0 commit comments

Comments
 (0)