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