mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-09 16:51:30 +00:00
Support dtb and itb extraction
This commit is contained in:
@@ -71,7 +71,7 @@ def extractVendor(platform, arch):
|
||||
l = [x for x in l if x.startswith('onl-vendor-config-')]
|
||||
return "\n".join(l)
|
||||
|
||||
if key in ('kernel', 'initrd',):
|
||||
if key in ('kernel', 'initrd', 'dtb', 'itb',):
|
||||
print extractKey(platform, arch, key)
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user