uboot-mediatek: add builds for BananaPi BPi-R3 mini
[openwrt/staging/jow.git] / scripts / json_overview_image_info.py
index 89b7d4fe202c3859b2e3f12341f1252196448b56..0d2cf7f1ef5134d9b9edcc01fcde205844b4e268 100755 (executable)
@@ -55,9 +55,9 @@ if output:
             "target/linux/",
             "val.DEFAULT_PACKAGES",
             "val.ARCH_PACKAGES",
+            "V=s",
         ],
         stdout=PIPE,
-        stderr=PIPE,
         check=True,
         env=environ.copy().update({"TOPDIR": Path().cwd()}),
         universal_newlines=True,