mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
ath11k-check: print python version in --version
Hopefully makes it easier to debug reported problems. Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
e5372e1524
commit
cc349436fe
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ def show_version(args):
|
|||
|
||||
print('ath11k-check (md5sum %s)' % (ath11kcheck_md5sum))
|
||||
print()
|
||||
print('python:\t\t%s' % (sys.version))
|
||||
print('gcc:\t\t%s' % (gcc_version))
|
||||
print('sparse:\t\t%s' % (sparse_version))
|
||||
print('checkpatch.pl:\t%s (md5sum %s)' % (checkpatch_version, checkpatch_md5sum))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue