mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
imagebuilder: manifest function show stderr
This really simplifies debugging, if a package is not found or a feed is
not reachable, a proper stderr is printed. Currently it would only say
`_call_manifest` failed.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(backported from ad5c2897ec)
This commit is contained in:
parent
2890abbcc0
commit
4db4444697
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ _call_image: staging_dir/host/.prereq-build
|
|||
_call_manifest: FORCE
|
||||
rm -rf $(TARGET_DIR)
|
||||
mkdir -p $(TARGET_DIR) $(BIN_DIR) $(TMP_DIR) $(DL_DIR)
|
||||
$(MAKE) package_reload >/dev/null 2>/dev/null
|
||||
$(MAKE) package_install >/dev/null 2>/dev/null
|
||||
$(MAKE) package_reload >/dev/null
|
||||
$(MAKE) package_install >/dev/null
|
||||
$(OPKG) list-installed
|
||||
|
||||
package_index: FORCE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue