Skip to content
Snippets Groups Projects
Commit b2b4ac90 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix verbosity setting in image build

parent 3e923d0e
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ build_image: FORCE ...@@ -131,7 +131,7 @@ build_image: FORCE
PROFILE="$(PROFILE)" KDIR="$(PROFILE_KDIR)" TARGET_DIR="$(TARGET_DIR)" BIN_DIR="$(BIN_DIR)" TMP_DIR="$(TMP_DIR)" PROFILE="$(PROFILE)" KDIR="$(PROFILE_KDIR)" TARGET_DIR="$(TARGET_DIR)" BIN_DIR="$(BIN_DIR)" TMP_DIR="$(TMP_DIR)"
image: FORCE image: FORCE
$(MAKE) image/$(PROFILE) V="$(OPENWRT_VERBOSE)" $(if $(PACKAGES),USER_PACKAGES="$(PACKAGES)") $(MAKE) image/$(PROFILE) OPENWRT_VERBOSE="$(OPENWRT_VERBOSE)" $(if $(PACKAGES),USER_PACKAGES="$(PACKAGES)")
.SILENT: prepare image .SILENT: prepare image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment