From 50043e210d51e6ae89a39c22a5432d37a153e111 Mon Sep 17 00:00:00 2001 From: vanhofen <vanhofen@gmx.de> Date: Sun, 29 Sep 2019 22:57:48 +0200 Subject: [PATCH] - vuzero4k: don't reboot after flashing; force.update would force another update --- make/images.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/images.mk b/make/images.mk index 89214c01..6bc3f5a5 100644 --- a/make/images.mk +++ b/make/images.mk @@ -264,8 +264,9 @@ flash-image-vuplus-multi: | $(IMAGE_DIR) echo Dummy for update. > $(IMAGE_BUILD_TMP)/$(IMAGE_SUBDIR)/rootfs4.tar.bz2 ifeq ($(BOXMODEL), vuzero4k) echo This file forces the update. > $(IMAGE_BUILD_TMP)/$(IMAGE_SUBDIR)/force.update -endif +else echo This file forces a reboot after the update. > $(IMAGE_BUILD_TMP)/$(IMAGE_SUBDIR)/reboot.update +endif echo This file forces creating partitions. > $(IMAGE_BUILD_TMP)/$(IMAGE_SUBDIR)/mkpart.update echo $(IMAGE_PREFIX) > $(IMAGE_BUILD_TMP)/$(IMAGE_SUBDIR)/imageversion # Create final USB-image