build: store default/device packages in JSON
[openwrt/openwrt.git] / scripts / json_add_image_info.py
index b4d2dd8d71097ad0c92a7b1bd415bc100caa0daa..d1599b514ac67db68fdd510074c509d6d0848e45 100755 (executable)
@@ -41,6 +41,7 @@ image_info = {
                     "sha256": image_hash,
                 }
             ],
+            "device_packages": getenv("DEVICE_PACKAGES").split(),
             "supported_devices": getenv("SUPPORTED_DEVICES").split(),
             "titles": get_titles(),
         }