mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
install_fw: Images "cs6c" not supported
This commit is contained in:
@@ -227,6 +227,8 @@ class XqFlash():
|
||||
if img_name:
|
||||
self.img_stock_names[img_name] = len(image)
|
||||
#self.save_all_images(req_cmd = False, prefix = "_ubi_")
|
||||
if image[:4] == b'cs6c':
|
||||
print(f'Images "cs6c" not supported!')
|
||||
return hr
|
||||
|
||||
def parse_stock_image(self, image):
|
||||
|
||||
Reference in New Issue
Block a user